19 lines
841 B
Text
19 lines
841 B
Text
# Template build file for 'libgcrypt'.
|
|
pkgname=libgcrypt
|
|
version=1.5.0
|
|
distfiles="ftp://ftp.gnupg.org/gcrypt/$pkgname/$pkgname-$version.tar.bz2"
|
|
build_style=gnu-configure
|
|
revision=1
|
|
short_desc="GNU cryptographic library"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
checksum=4b62fc516004940a0571025401a0581d49199f1a76dfb5ce6fd63f50db8173fa
|
|
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."
|
|
|
|
subpackages="$pkgname-devel"
|
|
Add_dependency build libgpg-error-devel
|