           SPELL=gaim-encryption-1.x
if  [  "$CVS"  ==  "y"  ];  then
         VERSION=cvs
          SOURCE=gaim-encryption-$VERSION.tar.gz
   SOURCE_URL[0]=cvs://:pserver:anonymous@cvs.sourceforge.net:/cvsroot/gaim-encryption:encrypt
  FORCE_DOWNLOAD=1
   SOURCE_IGNORE=volatile
else
         VERSION=2.39 
          SOURCE=gaim-encryption-$VERSION.tar.gz
   SOURCE_URL[0]=http://downloads.sourceforge.net/sourceforge/$SPELL/$SOURCE
      SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
fi
SOURCE_DIRECTORY=$BUILD_DIRECTORY/gaim-encryption-$VERSION
        WEB_SITE=http://gaim-encryption.sourceforge.net/
      LICENSE[0]=GPL
          CCACHE=off
         ENTERED=20040627
        KEYWORDS="im chat gaim encryption"
           SHORT="uses NSS to provide RSA encryption as a Gaim plugin."
cat << EOF
Gaim-Encryption uses NSS to provide transparent RSA encryption as a Gaim plugin.
Features include
    * Automatically creates a public/private key pair for you upon 
loading the plugin
    * Automatically transmits your public key to other users.
    * Supports 512 - 4096 bit keys.
    * Saves keys of known users, and warns you if their public key has changed.
    * Embeds all encryption and keys inside HTML.
    * Stores keys in human readable files in your .gaim directory.
    * Automatically recognizes if you are chatting with someone who has 
the plugin- see the Preferences dialog.
EOF
