           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.8
     SOURCE_HASH=sha512:8a55a31fe74f437f9cfc31674dee3595875c05d307243bc00eecdcc60f95c9f05abc47ad1d236a7a354be7867ecb95552f31ca0d30c61a39c958ccf8962132b2
          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
