gdbm: update to 1.11.

This commit is contained in:
Juan RP 2014-01-01 17:07:40 +01:00
parent d2cc9b92cd
commit 251d9cc538

View file

@ -1,7 +1,7 @@
# Template file for 'gdbm'
pkgname=gdbm
version=1.10
revision=5
version=1.11
revision=1
build_style=gnu-configure
configure_args="--enable-libgdbm-compat --disable-rpath"
short_desc="GNU database routines"
@ -9,7 +9,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-3"
homepage="http://www.gnu.org.ua/software/gdbm/"
distfiles="http://ftp.gnu.org/gnu/$pkgname/$pkgname-$version.tar.gz"
checksum=23f8134c5b94bbfb06d756a6b78f074fba6e6028cf2fe01341d40b26db773441
checksum=8d912f44f05d0b15a4a5d96a76f852e905d051bb88022fcdfd98b43be093e3c3
long_desc="
GNU dbm is a set of database routines that use extensible hashing.
It works similar to the standard Unix dbm routines."
@ -31,11 +31,12 @@ post_install() {
gdbm-devel_package() {
short_desc+=" - development files"
depends="gdbm>=${version}_${revision}"
pkg_install() {
vmove usr/bin
vmove usr/include
vmove "usr/lib/*.a"
vmove "usr/lib/*.so"
vmove usr/share/info
vmove usr/share/man
vmove usr/share/man/man3
}
}