           SPELL=gollem
if  [[  "$HORDE_DEVEL"  ==  'y'  ]];  then
         VERSION=$(date +%Y%m%d)
          SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
   SOURCE_URL[0]=cvs://:pserver:cvsread:horde@anoncvs.horde.org:/repository:$SPELL:HEAD
   SOURCE_IGNORE='volatile'
  FORCE_DOWNLOAD='on'
else
         VERSION=1.0
     SOURCE_HASH='sha1:7b5c34016e0e50399fa83b46e9ea3753d0cb19e2'
          SOURCE=$SPELL-h3-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-h3-$VERSION
   SOURCE_URL[0]=ftp://ftp.horde.org/pub/$SPELL/$SOURCE
fi
        WEB_SITE=http://www.horde.org/$SPELL/
         ENTERED=20020718
         UPDATED=20050420
      LICENSE[0]=GPL
     GATHER_DOCS=off
       BUILD_API=2
           SHORT='Horde is a web-based file manager application'
cat << EOF
Gollem is a web-based File Manager, providing the ability to fully manage a
hierarchical file system stored in a variety of backends such as a SQL database,
as part of a real filesystem, or on an FTP server.
EOF
