           SPELL=gnupg
       BUILD_API=2
if [ "$DEVEL" == "y" ];then
        VERSION=1.4.2.1
          SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
   SOURCE_URL[0]=ftp://ftp.gnupg.org/gcrypt/$SPELL/$SOURCE
#   SOURCE_URL[0]=ftp://ftp.gnupg.org/gcrypt/alpha/$SPELL/$SOURCE
     SOURCE_HASH=sha512:18ccd22ad955e12d3ad0bd99b26930dc980a10332518d4978bf875e46fc0a37c388e58ef281ff26285f2f42e0b15f578ab8a40d865ad15c0a49cab9086096a33
else
         VERSION=1.4.2.1
          SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
   SOURCE_URL[0]=ftp://ftp.gnupg.org/gcrypt/$SPELL/$SOURCE
   SOURCE_URL[1]=ftp://ftp.planetmirror.com/pub/$SPELL/$SPELL/$SOURCE
   SOURCE_URL[2]=ftp://sunsite.dk/pub/security/gcrypt/$SPELL/$SOURCE
   SOURCE_URL[3]=ftp://ftp.franken.de/pub/crypt/mirror/ftp.gnupg.org/gcrypt/$SPELL/$SOURCE
   SOURCE_URL[4]=ftp://ftp.linux.it/pub/mirrors/gnupg/$SPELL/$SOURCE
     SOURCE_HASH=sha512:18ccd22ad955e12d3ad0bd99b26930dc980a10332518d4978bf875e46fc0a37c388e58ef281ff26285f2f42e0b15f578ab8a40d865ad15c0a49cab9086096a33
fi
        WEB_SITE=http://www.gnupg.org
         ENTERED=20010922
         UPDATED=20010922
  SECURITY_PATCH=1
      LICENSE[0]=GPL
           SHORT="Tool for secure secure communication and data storage."
cat << EOF
GnuPG (the GNU Privacy Guard) is GNU's tool for secure communication and
data storage. It can be used to encrypt data and to create digital
signatures. It includes an advanced key management facility and is
compliant with the proposed OpenPGP Internet standard as described in
RFC2440. As such, it is meant to be compatible with PGP from NAI, Inc.
Because it does not use any patented algorithms, it can be used without
any restrictions.
EOF
