           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.5.0.pl00
     SOURCE_HASH=sha512:ebd435ba07c676b3edf370cf8a65e7d0c3b6ad73f3b851f6f5d923ded315720ecafda5bf4bbfefcd9afbd03a9b62cc53f4e991a7d3d0c4df4b9f811146069b40
          SOURCE=$SPELL-$VERSION.tar.gz
   SOURCE_URL[0]=http://files.libburnia-project.org/releases/$SOURCE
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-${VERSION//.pl??}"
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
