# GNU VCDImager 0.7.23
# ====================
# The last stable release AFAIK is version 0.6.2, which was released on May
# 15, 2001. The version covered here is considered a development release.
# libcdio can use VCDImager's libvcdinfo library and VCDImager can use
# libcdio. libcdio can be built without libvcdinfo, but not the other way
# around. So, build/install libcdio, then come back here, then
# build/install libcdio again.
cd
test -f installed/vcdimager-0.7.23.tar.gz &&
mv installed/vcdimager-0.7.23.tar.gz .
test ! -f vcdimager-0.7.23.tar.gz &&
wget http://ftp.gnu.org/gnu/vcdimager/vcdimager-0.7.23.tar.gz
# Verify tarball w/ md5sum:
# (this came from my gpg-verified tarball)
echo "5e7d80fdbf0037ad20e438f2a9573253 vcdimager-0.7.23.tar.gz" | md5sum -c
# Verify tarball w/ sha1sum:
# (this also came from my gpg-verified tarball)
echo "6d1a3125fa8b7fa88a993e0c028cadcc03ac6304 vcdimager-0.7.23.tar.gz" | \
sha1sum -c