# Watch: https://ftp.gnu.org/gnu/gss
           SPELL=gss
         VERSION=1.0.1
          SOURCE=$SPELL-$VERSION.tar.gz
         SOURCE2=$SOURCE.sig
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
   SOURCE_URL[0]=$GNU_URL/gss/$SOURCE
  SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
      SOURCE_GPG=gnu.gpg:$SOURCE2:UPSTREAM_KEY
  SOURCE2_IGNORE=signature
        WEB_SITE=http://www.gnu.org/software/gss/
         ENTERED=20031013
      LICENSE[0]=GPL
        KEYWORDS="security crypto"
           SHORT="Generic Security Service (GSS-API) implementation"
cat << EOF
GSS is an implementation of the Generic Security Service Application Program
Interface (GSS-API, RFC 2743/2744). GSS-API is used by network servers (e.g.,
IMAP, SMTP) to provide security services, e.g., authenticate clients against
servers. GSS consists of a library and a manual.
EOF
