From ef0fe41c499abd43400159313fbf4fdaebfe3815 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 13 Oct 2008 06:18:52 +0200 Subject: [PATCH] Added libgcrypt-1.4.3 template. --HG-- extra : convert_revision : abe6b4b2103b9c42bea2eb3e3d203fba363d6acb --- dependencies/build-depends.db | Bin 19456 -> 19456 bytes templates/libgcrypt.tmpl | 17 +++++++++++++++++ 2 files changed, 17 insertions(+) create mode 100755 templates/libgcrypt.tmpl diff --git a/dependencies/build-depends.db b/dependencies/build-depends.db index f77a9f0d5b4e2393bf10c2faf4e97e2e0d05363d..d1dcb085548231951796853386a5170fe5be86ef 100644 GIT binary patch delta 87 zcmZpe!Pqc^af5)6pc2CrhCPf^7)~%WFnTcRFn*Y*SZvJ2z`&pg#0)u^N$JT&l?5eW lRzbRMYEe;sk*=YhnF3I%BtJh#*GSJu&n!`4^Kl_dO8_+G8Dsze delta 33 pcmZpe!Pqc^af5&mzXHPvhCPfY7#bKo7=F83c&yX diff --git a/templates/libgcrypt.tmpl b/templates/libgcrypt.tmpl new file mode 100755 index 00000000000..aa9068ff94c --- /dev/null +++ b/templates/libgcrypt.tmpl @@ -0,0 +1,17 @@ +# Template build file for 'libgcrypt'. +pkgname=libgcrypt +version=1.4.3 +extract_sufx=".tar.bz2" +url=ftp://ftp.gnupg.org/gcrypt/libgcrypt +build_style=gnu_configure +make_cmd="$PKGFS_MASTERDIR/bin/gmake" +short_desc="GNU cryptographic library" +maintainer="Juan RP " +checksum=5c66365e23798289fedcd9ea837cb887fa610ff4 +long_desc=" + This is a general purpose cryptographic library based on the code from GnuPG. + It provides functions for all cryptograhic building blocks: symmetric ciphers + (AES, DES, Blowfish, CAST5, Twofish, Arcfour), hash algorithms (MD4, MD5, + RIPE-MD160, SHA-1, TIGER-192), MACs (HMAC for all hash algorithms), public key + algorithms (RSA, ElGamal, DSA), large integer functions, random numbers and a + lot of supporting functions."