           SPELL=cdfs
if [ "$(uname -r|cut -f1,2 -d. )" == "2.6" ]; then
         VERSION=2.6.12
     SOURCE_HASH=sha512:d4f50fbc8fd6749fb280ffc4c2a82600123699d481804b973eb15a0e99ee9664a9afb0cc245427234be281b44b37f70dd5159cf9300ccb0ca40355cb9b87bc58
else
         VERSION=2.4.20-a
          MD5[0]=006a1fe46226c6b7d797d75d90ea7d21
fi
          SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
   SOURCE_URL[0]=http://www.elis.UGent.be/~ronsse/cdfs/download/$SOURCE
        WEB_SITE=http://www.elis.UGent.be/~ronsse/cdfs/
         ENTERED=20040926
           SHORT="A cdrom track and bootimage exporting filesystem."
       BUILD_API=2
      LICENSE[0]=GPL
cat << EOF
CDFS is a linux filesystem which "exports" the individual tracks and the 
bootimage on a cdrom for other filesystems to mount.

Usage: mount -t cdfs /dev/cdrom /mnt/cdfs
you can then find the iso for the cd and one for the bootable part
in /mnt/cdfs
EOF
