summaryrefslogtreecommitdiffstats
path: root/crypto/gpgme/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/gpgme/DETAILS')
-rwxr-xr-xcrypto/gpgme/DETAILS26
1 files changed, 26 insertions, 0 deletions
diff --git a/crypto/gpgme/DETAILS b/crypto/gpgme/DETAILS
new file mode 100755
index 0000000000..395c304079
--- /dev/null
+++ b/crypto/gpgme/DETAILS
@@ -0,0 +1,26 @@
+ SPELL=gpgme
+ BUILD_API=2
+if [ "$GPGME_OLD" == "y" ];then
+ VERSION=0.3.16
+ MD5[0]=3e52fe0208734eafd660395dbeca871b
+else
+ VERSION=1.0.3
+ MD5[0]=1921696f8717e64fe8c37299d51c70d8
+fi
+ SOURCE=$SPELL-$VERSION.tar.gz
+ SOURCE_URL[0]=ftp://ftp.gnupg.org/gcrypt/$SPELL/$SOURCE
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ LICENSE[0]=GPL
+ WEB_SITE=http://www.gnupg.org/gpgme.html
+ ENTERED=20011031
+ UPDATED=20050329
+ SHORT="GnuPG Made Easy (GPGME) is a 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