           SPELL=libisofs
if [ "$LIBISOFS_SVN" == "y" ]; then
  if [ "${LIBISOFS_AUTOUPDATE}" == "y" ]; then
         VERSION=$(date +%Y%m%d)
  else
         VERSION=svn
  fi
          SOURCE=$SPELL-svn.tar.bz2
  FORCE_DOWNLOAD=ON
    SOURCE_HINTS=old_svn_compat
   SOURCE_URL[0]=svn://libburnia-svn.pykix.org/libisofs/trunk:libisofs_pykix
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-svn
   SOURCE_IGNORE=volatile
else
         VERSION=0.2.4
     SOURCE_HASH=sha512:51c3e027559ea72d95e01b72f95af91e3c35dd3f3bbe3a0bcc0bf8d4cb52057ea89aad0bebbcd7820e7420778abf3315e08d3c94d98430f1df0e23c0852a8491
          SOURCE=${SPELL/-*}-${VERSION}.tar.gz
   SOURCE_URL[0]=http://libburnia-download.pykix.org/releases/$SOURCE
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL/-*}-${VERSION}
#      SOURCE_GPG="gurus.gpg:${SOURCE}.sig:WORKS_FOR_ME"
fi
        WEB_SITE=http://libburnia.pykix.org/
         ENTERED=20060908
      LICENSE[0]=GPL
           SHORT="ISO making library from libburnia project"
cat << EOF
This is a fork of the freedesktops libburn library.
Libburn is an open-source library for reading, mastering and writing optical discs.
Libisofs is the library to pack up hard disk files and directories into a ISO 9660
disk image. This may then be brought to CD via libburn. libisofs is to be the 
foundation of the upcoming mkisofs emulation.
EOF
