           SPELL=gpgme
  SECURITY_PATCH=1

case $GPGME_BRANCH in
  1.4)
         VERSION=1.4.3
  ;;
  1.5)
         VERSION=1.5.5
  SECURITY_PATCH=2
  ;;
  1.6)
         VERSION=1.6.0
  ;;
  1.7)
         VERSION=1.7.1
  ;;
  1.8)
         VERSION=1.8.0
      PATCHLEVEL=1
  ;;
  1.9)
         VERSION=1.9.0
  ;;
  1.10)
         VERSION=1.10.0
  ;;
  1.11)
         VERSION=1.11.1
  ;;
  1.12)
         VERSION=1.12.0
  ;;
  1.13)
         VERSION=1.13.1
  ;;
  1.14)
         VERSION=1.14.0
  ;;
  1.15)
         VERSION=1.15.1
  ;;
esac

          SOURCE=${SPELL}-${VERSION}.tar.bz2
   SOURCE_URL[0]=https://gnupg.org/ftp/gcrypt/$SPELL/$SOURCE
         SOURCE2=$SOURCE.sig
  SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
      SOURCE_GPG=GnuPG.gpg:$SOURCE.sig:UPSTREAM_KEY
  SOURCE2_IGNORE=signature
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
      LICENSE[0]=GPL
        WEB_SITE=https://www.gnupg.org/gpgme.html
         ENTERED=20011031
        KEYWORDS="gnupg crypto"
           SHORT="library to accessing GnuPG" 
cat << EOF
GnuPG Made Easy (GPGME) is a library designed to make access to GnuPG easier for
applications. It provides a High-Level Crypto API for encryption, decryption,
signing, signature verification and key management. Currently it uses GnuPG as
it's backend but the API isn't restricted to this engine; in fact it is planned
to add other backends to it.
EOF
