commit
14e1a40c08
|
@ -3,7 +3,7 @@ pkgname=db
|
|||
version=4.8.26
|
||||
revision=2
|
||||
wrksrc="db-${version}"
|
||||
distfiles="http://download-uk.oracle.com/berkeley-db/db-${version}.tar.gz"
|
||||
distfiles="http://download.oracle.com/berkeley-db/db-${version}.tar.gz"
|
||||
build_style=gnu-configure
|
||||
build_wrksrc="build_unix"
|
||||
configure_script="../dist/configure"
|
||||
|
|
|
@ -14,5 +14,4 @@ do_install()
|
|||
mkdir -p ${DESTDIR}/usr/{bin,lib}
|
||||
|
||||
mv ${SRCPKGDESTDIR}/usr/{bin,include,share} ${DESTDIR}/usr
|
||||
mv ${SRCPKGDESTDIR}/usr/lib/*.*a ${DESTDIR}/usr/lib
|
||||
}
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
# Template build file for 'libgcrypt'.
|
||||
pkgname=libgcrypt
|
||||
version=1.4.6
|
||||
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=3e4b30da6b357b565333d0222133b64a0414be99ba72733081165c8ea9bc6b85
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue
Block a user