           SPELL=seahorse

if [ "$SEAHORSE_DEVEL" == "y" ];then
         VERSION=2.23.6
          SOURCE=$SPELL-$VERSION.tar.bz2
     SOURCE_HASH=sha512:d34632e62f9a63a5c48195253f7b544ba2da7c184866fa36de7cabe4cfef109296a47a89dde42e2533d1b522663ab4bec886b666de0809995f7933c18833e694
else
         VERSION=2.22.3
          SOURCE=$SPELL-$VERSION.tar.bz2
     SOURCE_HASH=sha512:22da9a561b030d4e98619b244e194c59f82602f33f1498b6c6ce693aa7111490e11c7a25ea314aef18f86d617dac2f6659f652041fafa7e41950310bd3c1b412
fi

          BRANCH=`echo $VERSION|cut -d . -f 1,2`
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
   SOURCE_URL[0]=$GNOME_URL/sources/$SPELL/$BRANCH/$SOURCE
   SOURCE_URL[1]=http://ftp.gnome.org/pub/GNOME/sources/$SPELL/$BRANCH/$SOURCE
   SOURCE_URL[2]=$SOURCEFORGE_URL/$SPELL/$SOURCE
      LICENSE[0]=GPL
        WEB_SITE=http://www.gnome.org/projects/seahorse
         ENTERED=20011123
      PATCHLEVEL=0
        KEYWORDS="gnupg gnome crypto"
           SHORT="GNOME interface for GnuPG"
cat << EOF
Seahorse is a Gnome interface for GnuPG.
It's main purpose is to be a PGP/GPG Key Manager, though it 
has other components including a text editor and file manager.
EOF
