           SPELL=gnutls

if [ "$GNUTLS_OLD" == "y" ];then
         VERSION=1.0.25
          SOURCE=$SPELL-$VERSION.tar.gz
          MD5[0]=f4959398d22ade4bf6ec54752e18ba86
else
         VERSION=1.2.7
          SOURCE=$SPELL-$VERSION.tar.bz2
     SOURCE_HASH=sha1:c1a583052a16521363d0dab5615bfc547f291fca
fi

       BUILD_API=2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
   SOURCE_URL[0]=ftp://ftp.gnutls.org/pub/$SPELL/$SOURCE
        WEB_SITE=http://www.gnu.org/software/gnutls/
      LICENSE[0]=LGPL
      LICENSE[1]=GPL
         ENTERED=20030829
         UPDATED=20030829
           SHORT="GNU Transport Layer Security Library"
cat << EOF
GnuTLS (GNU Transport Layer Security Library) is a library which implements a secure
layer over a reliable transport layer. Currently the GnuTLS library implements
the proposed standards by the IETF's TLS working group.

Quoting from RFC2246 - the TLS 1.0 protocol specification:

"The TLS protocol provides communications privacy over the Internet.
 The protocol allows client/server applications to communicate in a way that
 is designed to prevent eavesdropping, tampering, or message forgery."
EOF
