gdbm: update to 1.10, abi_depends bump.

This commit is contained in:
Juan RP
2011-11-17 15:41:06 +01:00
parent 5701dffe63
commit 1d3f3870f4
6 changed files with 14 additions and 49 deletions

View File

@@ -1,21 +1,15 @@
# Template file for 'gdbm'
pkgname=gdbm
version=1.8.3
revision=3
version=1.10
homepage="http://www.gnu.org.ua/software/gdbm/"
distfiles="http://ftp.gnu.org/gnu/$pkgname/$pkgname-$version.tar.gz"
build_style=gnu-configure
make_install_args="INSTALL_ROOT=$XBPS_DESTDIR/$pkgname-$version"
short_desc="GNU database routines"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=cc340338a2e28b40058ab9eb5354a21d53f88a1582ea21ba0bb185c37a281dc9
license="GPL-3"
checksum=23f8134c5b94bbfb06d756a6b78f074fba6e6028cf2fe01341d40b26db773441
long_desc="
GNU dbm is a set of database routines that use extensible hashing.
It works similar to the standard Unix dbm routines."
subpackages="gdbm-devel"
post_build()
{
mkdir -p ${DESTDIR}/usr/share/info
touch -f ${DESTDIR}/usr/share/info/dir
}