           SPELL=bacula
if [ "${BACULA_SCM}" == 'y' ]
then
  if [ "${BACULA_SCM_AUTOUPDATE}" == 'y' ]
  then
         VERSION=$(date +%Y%m%d)
  else
         VERSION=scm
  fi
  FORCE_DOWNLOAD=on
          SOURCE=$SPELL-$VERSION.tar.bz2
   SOURCE_IGNORE=volatile
   SOURCE_URL[0]=git://bacula.git.sourceforge.net/gitroot/bacula/bacula:$SPELL-$VERSION
else
         VERSION=3.0.2
          SOURCE=$SPELL-$VERSION.tar.gz
         SOURCE2=$SOURCE.sig
  SOURCE2_IGNORE=signature
   SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
  SOURCE2_URL[0]=${SOURCE_URL}.sig
      SOURCE_GPG=${SPELL}-${VERSION}.gpg:${SOURCE2}
fi
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
        WEB_SITE=http://www.bacula.org/
         ENTERED=20050419
      LICENSE[0]=GPL
        KEYWORDS="archive"
           SHORT='Network backup system'
cat << EOF
Bacula is a set of computer programs that permit you (or the system
administrator) to manage backup, recovery, and verification of computer
data across a network of computers of different kinds.
EOF
