           SPELL=seahorse

if [ "$SEAHORSE_DEVEL" == "y" ];then
         VERSION=1.0
          SOURCE=$SPELL-$VERSION.tar.bz2
     SOURCE_HASH=sha512:f67cb0ab3d916bbf48ea9c50b515229d508bed2054e34a474b921d628cb51eb39e6f94b6be7ae4b49293b0fde04e0a11a44158f418e2d6a8c512c52b0e90cb56
else
         VERSION=1.0
          SOURCE=$SPELL-$VERSION.tar.bz2
     SOURCE_HASH=sha512:f67cb0ab3d916bbf48ea9c50b515229d508bed2054e34a474b921d628cb51eb39e6f94b6be7ae4b49293b0fde04e0a11a44158f418e2d6a8c512c52b0e90cb56
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]=$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
