           SPELL=pidgin-encryption
if  [  "$PE_CVS"  ==  "y"  ];  then
         VERSION=cvs
          SOURCE=$SPELL-$VERSION.tar.bz2
   SOURCE_URL[0]=svn_https://pidgin-encrypt.svn.sourceforge.net:/svnroot/pidgin-encrypt/trunk:encrypt

  FORCE_DOWNLOAD=1
   SOURCE_IGNORE=volatile
else
         VERSION=3.1
          SOURCE=$SPELL-$VERSION.tar.gz
   SOURCE_URL[0]=http://downloads.sourceforge.net/sourceforge/pidgin-encrypt/$SOURCE
      SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
fi
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
        WEB_SITE=http://pidgin-encrypt.sourceforge.net/
      LICENSE[0]=GPL
          CCACHE=off
         ENTERED=20040627
        KEYWORDS="im chat pidgin encryption"
           SHORT="uses NSS to provide RSA encryption as a Gaim plugin."
cat << EOF
Pidgin-Encryption uses NSS to provide transparent RSA encryption as a 
Pidgin 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
