# ripmime 1.4.0.6
# ===============
cd
test -f installed/ripmime-1.4.0.6.tar.gz &&
mv installed/ripmime-1.4.0.6.tar.gz .
test ! -f ripmime-1.4.0.6.tar.gz &&
wget http://www.pldaniels.com/ripmime/ripmime-1.4.0.6.tar.gz
# Verify tarball w/ md5sum:
# (no md5sum was available for this version - this is the md5sum of my copy)
echo "89df77b67f9a5a877002bbc3fc0159cf ripmime-1.4.0.6.tar.gz" | md5sum -c
mkdir -p -m 0700 src
cd src
find -maxdepth 1 -type d -name "ripmime-*" -exec rm -r {} \;
tar xzvf ~/ripmime-1.4.0.6.tar.gz
cd ripmime-1.4.0.6
test $UID = 0 && chown -R root:root .
make
su -c "make install"
cd
mkdir -p -m 0700 installed
rm -f installed/ripmime-*.tar.*
mv ripmime-1.4.0.6.tar.gz installed/