           SPELL=anubis
if [[ "${ANUBIS_USE_CVS}" == "y" ]]; then
  if [[ "${ANUBIS_CVS_AUTOUPDATE}" == "y" ]];
  then
         VERSION=$(date +%Y%m%d)
  else
         VERSION=cvs
  fi
          SOURCE=${SPELL}-cvs.tar.bz2
   SOURCE_URL[0]=cvs://:pserver:anonymous@cvs.savannah.gnu.org:/sources/anubis:anubis
  SOURCE2_URL[0]=git://git.savannah.gnu.org/gnulib.git:gnulib-scm
         SOURCE2=gnulib-scm.tar.bz2
   SOURCE_IGNORE=volatile
  SOURCE2_IGNORE=volatile
  FORCE_DOWNLOAD=on
else 
         VERSION=4.1
          SOURCE=$SPELL-$VERSION.tar.gz
         SOURCE2=$SPELL-$VERSION.tar.gz.sig
# Watch: https://ftpmirror.gnu.org/anubis
   SOURCE_URL[0]=$GNU_URL/anubis/$SOURCE
  SOURCE2_URL[0]=$GNU_URL/anubis/$SOURCE2
  SOURCE2_IGNORE=signature
      SOURCE_GPG="gnu.gpg:$SOURCE2:UPSTREAM_KEY"
fi
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
        WEB_SITE=http://www.gnu.org/software/anubis/
         ENTERED=20051231
            DOCS="doc examples README NEWS COPYING TODO"
      LICENSE[0]=GPL
        KEYWORDS="mail"
           SHORT="An SMTP message submission daemon."
cat << EOF
GNU Anubis is an SMTP message submission daemon. It represents an intermediate
layer between the mail user agent (MUA) and mail transport agent (MTA),
receiving messages from the MUA, applying to them a set of predefined changes,
and finally inserting modified messages into an MTA routing network. The
set of changes applied to a message is configurable on a system-wide and
per-user basis. The built-in configuration language used for defining sets
of changes allows for considerable flexibility and is easily extensible.
EOF
