           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]=svn://svn.gnome.org/svn/pan2/trunk:pan2
  FORCE_DOWNLOAD=ON
   SOURCE_IGNORE=volatile 
SOURCE_DIRECTORY=$BUILD_DIRECTORY/pan-$VERSION
elif [ "$REL" == "devel" ]; then
         VERSION=0.132
          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:fc65860206c3be8ff0a47501fe0d211e25c3dc733c73c5180001c530d0567d317edff1d1e6485bc442847730475081b2be8ab3070af8d1e8761f318df7d1608c
else
         VERSION=0.132
          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:fc65860206c3be8ff0a47501fe0d211e25c3dc733c73c5180001c530d0567d317edff1d1e6485bc442847730475081b2be8ab3070af8d1e8761f318df7d1608c
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
