           SPELL=cdfs
if [ "$(uname -r|cut -f1,2 -d. )" == "2.6" ]; then
         VERSION=2.6.19
     SOURCE_HASH=sha512:e2ad92f3fc8f8a5b2e2330676b9ada368727e94047036941298fec021732281a7eda8a969593f3e7d6ca230b768f77bad724aacc71efa0fb75361355a76cd02f
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
        KEYWORDS="filesystem kernels"
           SHORT="A cdrom track and bootimage exporting filesystem."
      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
