           SPELL=opencdk

if [ -z "$OPENCDK_BRANCH" ] || [ "$OPENCDK_BRANCH" == "DEFAULT" ]; then
  OPENCDK_BRANCH="0.6"
fi

case $OPENCDK_BRANCH in
  0.5)
         VERSION=0.5.13
          SOURCE=$SPELL-$VERSION.tar.gz
      SOURCE_GPG="gnu.gpg:$SOURCE.sig:UPSTREAM_KEY"
  ;;
  0.6)
         VERSION=0.6.6
          SOURCE=$SPELL-$VERSION.tar.bz2
      SOURCE_GPG="opencdk.gpg:$SOURCE.sig:UPSTREAM_KEY"
  ;;
esac

   SOURCE_URL[0]=ftp://ftp.gnutls.org/pub/gnutls/$SPELL/$SOURCE
   SOURCE_URL[1]=http://www.gnu.org/software/gnutls/releases/$SPELL/$SOURCE

         SOURCE2=$SOURCE.sig
  SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
  SOURCE2_URL[1]=${SOURCE_URL[1]}.sig
  SOURCE2_IGNORE=signature

SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
        WEB_SITE=http://www.gnu.org/software/gnutls/
      LICENSE[0]=GPL
         ENTERED=20030829
        KEYWORDS="crypto"
           SHORT="OpenCDK - Open Crypto Development Kit"
cat << EOF
OpenCDK - Open Crypto Development Kit
This library provides basic parts of the OpenPGP message format.
The aim of the library is *not* to replace any available OpenPGP version.
There will be no real support for key management (sign, revoke,
alter preferences, ...) and some other parts are only rudimentary
available. The main purpose is to handle and understand OpenPGP
packets and to use basic operations. For example to encrypt/decrypt
or to sign/verify and packet routines.
EOF
