2008-10-13 06:18:52 +02:00
|
|
|
# Template build file for 'libgcrypt'.
|
|
|
|
pkgname=libgcrypt
|
2012-01-05 12:30:46 +01:00
|
|
|
version=1.5.0
|
2009-03-21 00:52:28 +01:00
|
|
|
distfiles="ftp://ftp.gnupg.org/gcrypt/$pkgname/$pkgname-$version.tar.bz2"
|
2011-10-24 14:14:47 +02:00
|
|
|
build_style=gnu-configure
|
2012-05-23 08:14:33 +02:00
|
|
|
revision=2
|
2012-05-23 18:26:56 +02:00
|
|
|
makedepends="libgpg-error-devel"
|
2008-10-13 06:18:52 +02:00
|
|
|
short_desc="GNU cryptographic library"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2012-01-05 12:30:46 +01:00
|
|
|
checksum=4b62fc516004940a0571025401a0581d49199f1a76dfb5ce6fd63f50db8173fa
|
2008-10-13 06:18:52 +02:00
|
|
|
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."
|
2009-03-21 00:52:28 +01:00
|
|
|
|
2009-11-22 08:31:44 +01:00
|
|
|
subpackages="$pkgname-devel"
|