           SPELL=pan
if [ "$REL" == "cvs" ]; then
  if [ "$PAN_CVS_AUTOUPDATE" == "y" ]; then
         VERSION=$(date +%Y%m%d)
  else
         VERSION=cvs
  fi
          SOURCE=$SPELL-$VERSION.tar.bz2
   SOURCE_URL[0]=git://github.com/lostcoder/pan2.git:pan2-git
  FORCE_DOWNLOAD=ON
   SOURCE_IGNORE=volatile 
SOURCE_DIRECTORY=$BUILD_DIRECTORY/pan-$VERSION
elif [ "$REL" == "devel" ]; then
         VERSION=0.135
          SOURCE=$SPELL-$VERSION.tar.bz2
   SOURCE_URL[0]=http://pan.rebelbase.com/download/releases/$VERSION/source/$SOURCE
SOURCE_DIRECTORY=$BUILD_DIRECTORY/pan-$VERSION
     SOURCE_HASH=sha512:1624f1939767fa912a924133d6ff12ad8f699a73278d96797a67d83215dc0249a01b4b179eb0b71691e67b93237a73ee5a8e4308ec4e36d3c1b9c49f2197ddbf
else
         VERSION=0.135
          SOURCE=$SPELL-$VERSION.tar.bz2
   SOURCE_URL[0]=http://pan.rebelbase.com/download/releases/$VERSION/source/$SOURCE
SOURCE_DIRECTORY=$BUILD_DIRECTORY/pan-$VERSION
     SOURCE_HASH=sha512:1624f1939767fa912a924133d6ff12ad8f699a73278d96797a67d83215dc0249a01b4b179eb0b71691e67b93237a73ee5a8e4308ec4e36d3c1b9c49f2197ddbf
fi
      LICENSE[0]=GPL
        WEB_SITE=http://pan.rebelbase.com
         ENTERED=20020509
        KEYWORDS="client news gnome2"
           SHORT="Pan is a newsreader, loosely based on Agent and Gravity."
cat << EOF
Pan is a newsreader, loosely based on Agent and Gravity, which attempts
to be pleasant to use for new and advanced users alike. It has all the
typical features found in newsreaders, and also supports offline
reading, multiple connections, and a number of features for power users
and alt.binaries fans.
EOF
