           SPELL=libisoburn
if [[ $LIBISOBURN_SVN == y ]]; then
  if [[ $LIBISOBURN_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_http://svn.libburnia-project.org/$SPELL/trunk:$SPELL-svn
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-svn
   SOURCE_IGNORE=volatile
else
         VERSION=0.2.0
          SOURCE=$SPELL-$VERSION.pl00.tar.gz
   SOURCE_URL[0]=http://files.libburnia-project.org/releases/$SOURCE
     SOURCE_HASH=sha512:cc6f37cdb1b71e57090433205fdc1e794f4267cb77783ddaad6a2f7d31377e00fa86822efbf02001a9266b5543a94c8222301a8d88915159b75de6fed5e43f06
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
        WEB_SITE=http://libburnia-project.org/
      LICENSE[0]=GPL
         ENTERED=20080603
           SHORT="frontend for libraries libburn and libisofs"
fi
cat << EOF
libisoburn is a frontend for libraries libburn and libisofs which enables
creation and expansion of ISO-9660 filesystems on all CD/DVD media supported
by libburn. This includes media like DVD+RW, which do not support multi-session
management on media level and even plain disk files or block devices.

There is a comand line and dialog application included: xorriso which allows to
use large parts of libisoburn's feature set.
EOF
