           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.3.4
     SOURCE_HASH=sha512:9e8e7d95ab3b5afc955d516a5247761d394d9d6e7c5a74825f23fdb83746303003a3df728f5dc972a98025563eab4ccab83bae23923cf8f045dc58d9a959ac17
          SOURCE=$SPELL-$VERSION.pl00.tar.gz
   SOURCE_URL[0]=http://files.libburnia-project.org/releases/$SOURCE
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
fi
        WEB_SITE=http://libburnia-project.org/
      LICENSE[0]=GPL
         ENTERED=20080603
           SHORT="frontend for libraries libburn and libisofs"
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
