           SPELL=gnupg
       BUILD_API=2
if [ "$DEVEL" == "y" ];then
        VERSION=1.4.2.2
          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:f34c558bae2830caf09ff0da036e2137e8058531672025cc8eb5d267cdf74f5df7de0ede258af9d1d6c938eac883819d863d5cc47e68082d8c83adf1be26b9a6
else
         VERSION=1.4.2.2
          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:f34c558bae2830caf09ff0da036e2137e8058531672025cc8eb5d267cdf74f5df7de0ede258af9d1d6c938eac883819d863d5cc47e68082d8c83adf1be26b9a6
fi
        WEB_SITE=http://www.gnupg.org
         ENTERED=20010922
         UPDATED=20010922
  SECURITY_PATCH=2
      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
