# libIDL 0.8.6
# ============
# Slackware 9.0's 'libidl' package includes 0.8.0, 9.1's includes 0.8.2,
# 10.0 and 10.1's include 0.8.3, and 10.2's includes 0.8.5
cd
test -f installed/libIDL-0.8.6.tar.bz2 &&
mv installed/libIDL-0.8.6.tar.bz2 .
test ! -f libIDL-0.8.6.tar.bz2 &&
wget http://ftp.gnome.org/pub/GNOME/sources/libIDL/0.8/libIDL-0.8.6.tar.bz2
# If you ever want to uninstall libidl, this should do it:
cd
su
test -d src/libIDL-* && ( cd src/libIDL-* ; make uninstall )
rm -f /usr/bin/libIDL-config-2 /usr/info/libIDL2.info /usr/lib/libIDL-2.* \
/usr/lib/pkgconfig/libIDL-2.0.pc
test -d /usr/include/libIDL-2.0 && rm -r /usr/include/libIDL-2.0
ldconfig
exit
find ~/src -maxdepth 1 -type d -name "libIDL-*" -exec rm -r {} \;
rm -f ~/installed/libIDL-*.tar.*