           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.4.pl00
     SOURCE_HASH=sha512:2063fb6ab71ddcb39935e2c448cb6d49fb095995a68ee7b714b0c580dfd9be9365e540fb09ed77ab551e1517d4e3e1d531f853494486e6c1cbd7bf92ddf6481d
          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
