           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.136
          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:0280fa6b67d86f55369dc12e226d8730dd93a0b9444cb3090a028511520c49b842c773d4b99cc9babce0d2a2009a7f2e9c54ad56a9f62f34ff39e64d0f5304be
else
         VERSION=0.136
          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:0280fa6b67d86f55369dc12e226d8730dd93a0b9444cb3090a028511520c49b842c773d4b99cc9babce0d2a2009a7f2e9c54ad56a9f62f34ff39e64d0f5304be
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
