mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 10:22:56 +02:00
commit
14e1a40c08
3 changed files with 3 additions and 4 deletions
|
@ -3,7 +3,7 @@ pkgname=db
|
||||||
version=4.8.26
|
version=4.8.26
|
||||||
revision=2
|
revision=2
|
||||||
wrksrc="db-${version}"
|
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_style=gnu-configure
|
||||||
build_wrksrc="build_unix"
|
build_wrksrc="build_unix"
|
||||||
configure_script="../dist/configure"
|
configure_script="../dist/configure"
|
||||||
|
|
|
@ -14,5 +14,4 @@ do_install()
|
||||||
mkdir -p ${DESTDIR}/usr/{bin,lib}
|
mkdir -p ${DESTDIR}/usr/{bin,lib}
|
||||||
|
|
||||||
mv ${SRCPKGDESTDIR}/usr/{bin,include,share} ${DESTDIR}/usr
|
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'.
|
# Template build file for 'libgcrypt'.
|
||||||
pkgname=libgcrypt
|
pkgname=libgcrypt
|
||||||
version=1.4.6
|
version=1.5.0
|
||||||
distfiles="ftp://ftp.gnupg.org/gcrypt/$pkgname/$pkgname-$version.tar.bz2"
|
distfiles="ftp://ftp.gnupg.org/gcrypt/$pkgname/$pkgname-$version.tar.bz2"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
revision=1
|
revision=1
|
||||||
short_desc="GNU cryptographic library"
|
short_desc="GNU cryptographic library"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=3e4b30da6b357b565333d0222133b64a0414be99ba72733081165c8ea9bc6b85
|
checksum=4b62fc516004940a0571025401a0581d49199f1a76dfb5ce6fd63f50db8173fa
|
||||||
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
|
||||||
|
|
Loading…
Add table
Reference in a new issue