summaryrefslogtreecommitdiffstats
path: root/crypto/libgcrypt/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/libgcrypt/DETAILS')
-rwxr-xr-xcrypto/libgcrypt/DETAILS23
1 files changed, 23 insertions, 0 deletions
diff --git a/crypto/libgcrypt/DETAILS b/crypto/libgcrypt/DETAILS
new file mode 100755
index 0000000000..c46975d80c
--- /dev/null
+++ b/crypto/libgcrypt/DETAILS
@@ -0,0 +1,23 @@
+ SPELL=libgcrypt
+ VERSION=1.2.2
+ BUILD_API=2
+
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=ftp://ftp.gnupg.org/gcrypt/libgcrypt/$SOURCE
+ SOURCE_GPG="GnuPG.gpg:$SOURCE.sig"
+
+ SOURCE2=$SOURCE.sig
+ SOURCE2_URL[0]=$SOURCE_URL.sig
+ SOURCE2_IGNORE=signature
+
+ WEB_SITE=http://www.gnu.org/directory/security/libgcrypt.html
+ ENTERED=20020212
+ UPDATED=20020212
+ LICENSE[0]=GPL
+ MAINTAINER=hgr@vabo.cz
+ SHORT="libgcrypt is a general purpose crypto library"
+cat << EOF
+Libgcrypt is a general purpose crypto library based on the code used
+in GnuPG
+EOF