           SPELL=gpgme
  SECURITY_PATCH=1

case $GPGME_BRANCH in
  1.15)
         VERSION=1.15.1
  ;;
  1.16)
         VERSION=1.16.0
  ;;
  1.17)
         VERSION=1.17.1
  ;;
  1.18)
         VERSION=1.18.0
  ;;
  1.19)
         VERSION=1.19.0
  ;;
  1.20)
         VERSION=1.20.0
  ;;
  1.22)
         VERSION=1.22.0
  ;;
  1.23)
         VERSION=1.23.2
  ;;
  1.24)
         VERSION=1.24.3
  ;;
   2.0)
         VERSION=2.0.1
esac

          SOURCE=${SPELL}-${VERSION}.tar.bz2
   SOURCE_URL[0]=https://gnupg.org/ftp/gcrypt/$SPELL/$SOURCE
# Watch: https://gnupg.org/ftp/gcrypt/gpgme/ gpgme-([0-9.]+)[.]tar
         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
