libgcrypt: update to 1.4.5.
This commit is contained in:
parent
29eaf12908
commit
632906589a
|
@ -5,15 +5,13 @@ long_desc="${long_desc}
|
|||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
Add_dependency run libgpg-error-devel
|
||||
Add_dependency run libgcrypt
|
||||
|
||||
do_install()
|
||||
{
|
||||
mkdir -p ${DESTDIR}/usr/bin
|
||||
mkdir -p ${DESTDIR}/usr/lib
|
||||
mkdir -p ${DESTDIR}/usr/{bin,lib}
|
||||
|
||||
mv ${SRCPKGDESTDIR}/usr/bin ${DESTDIR}/usr
|
||||
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
|
||||
mv ${SRCPKGDESTDIR}/usr/{bin,include,share} ${DESTDIR}/usr
|
||||
mv ${SRCPKGDESTDIR}/usr/lib/*.*a ${DESTDIR}/usr/lib
|
||||
mv ${SRCPKGDESTDIR}/usr/share ${DESTDIR}/usr
|
||||
}
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
# Template build file for 'libgcrypt'.
|
||||
pkgname=libgcrypt
|
||||
version=1.4.4
|
||||
version=1.4.5
|
||||
distfiles="ftp://ftp.gnupg.org/gcrypt/$pkgname/$pkgname-$version.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
short_desc="GNU cryptographic library"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=3212b88080cf8fa006164d38fc176fafa5c29591c8384f284ab880db0dbf306f
|
||||
checksum=496f907c5324de75367ec61c63bfeed1309ef0bc64845dc20b3597731abd9e40
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue