libgcrypt: update to 1.4.4, converted to subpkgs, new deps style.
--HG-- extra : convert_revision : c4a33bc0aa81e0fc07adfc6635eed637dc1abb52
This commit is contained in:
parent
2732ac379f
commit
3d265dd292
4 changed files with 30 additions and 5 deletions
templates
1
templates/libgcrypt-devel
Symbolic link
1
templates/libgcrypt-devel
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
libgcrypt
|
2
templates/libgcrypt/depends
Normal file
2
templates/libgcrypt/depends
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
abi_depends=1.4.4
|
||||||
|
api_depends=${abi_depends}
|
19
templates/libgcrypt/devel.template
Normal file
19
templates/libgcrypt/devel.template
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
# Template file for 'libgrypt-devel'.
|
||||||
|
#
|
||||||
|
short_desc="${short_desc} (development files)"
|
||||||
|
long_desc="${long_desc}
|
||||||
|
|
||||||
|
This package contains files for development, headers, static libs, etc."
|
||||||
|
|
||||||
|
Add_dependency run libgcrypt
|
||||||
|
|
||||||
|
do_install()
|
||||||
|
{
|
||||||
|
mkdir -p ${DESTDIR}/usr/bin
|
||||||
|
mkdir -p ${DESTDIR}/usr/lib
|
||||||
|
|
||||||
|
mv ${SRCPKGDESTDIR}/usr/bin ${DESTDIR}/usr
|
||||||
|
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
|
||||||
|
mv ${SRCPKGDESTDIR}/usr/lib/*.*a ${DESTDIR}/usr/lib
|
||||||
|
mv ${SRCPKGDESTDIR}/usr/share ${DESTDIR}/usr
|
||||||
|
}
|
|
@ -1,13 +1,12 @@
|
||||||
# Template build file for 'libgcrypt'.
|
# Template build file for 'libgcrypt'.
|
||||||
pkgname=libgcrypt
|
pkgname=libgcrypt
|
||||||
version=1.4.3
|
sourcepkg=$pkgname
|
||||||
distfiles="
|
version=1.4.4
|
||||||
ftp://ftp.gnupg.org/gcrypt/libgcrypt/$pkgname-$version.tar.bz2"
|
distfiles="ftp://ftp.gnupg.org/gcrypt/$pkgname/$pkgname-$version.tar.bz2"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
make_cmd="$XBPS_MASTERDIR/bin/gmake"
|
|
||||||
short_desc="GNU cryptographic library"
|
short_desc="GNU cryptographic library"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=5c66365e23798289fedcd9ea837cb887fa610ff4
|
checksum=3212b88080cf8fa006164d38fc176fafa5c29591c8384f284ab880db0dbf306f
|
||||||
long_desc="
|
long_desc="
|
||||||
This is a general purpose cryptographic library based on the code from GnuPG.
|
This is a general purpose cryptographic library based on the code from GnuPG.
|
||||||
It provides functions for all cryptograhic building blocks: symmetric ciphers
|
It provides functions for all cryptograhic building blocks: symmetric ciphers
|
||||||
|
@ -15,3 +14,7 @@ long_desc="
|
||||||
RIPE-MD160, SHA-1, TIGER-192), MACs (HMAC for all hash algorithms), public key
|
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
|
algorithms (RSA, ElGamal, DSA), large integer functions, random numbers and a
|
||||||
lot of supporting functions."
|
lot of supporting functions."
|
||||||
|
|
||||||
|
subpackages="devel"
|
||||||
|
Add_dependency full glibc
|
||||||
|
Add_dependency full libgpg-error
|
||||||
|
|
Loading…
Reference in a new issue