gdbm: make this cross buildable; revbump++
This commit is contained in:
parent
0c4c206179
commit
e99400b08c
1 changed files with 9 additions and 5 deletions
|
@ -1,20 +1,24 @@
|
||||||
# Template file for 'gdbm'
|
# Template file for 'gdbm'
|
||||||
pkgname=gdbm
|
pkgname=gdbm
|
||||||
version=1.10
|
version=1.10
|
||||||
revision=3
|
revision=4
|
||||||
homepage="http://www.gnu.org.ua/software/gdbm/"
|
subpackages="gdbm-devel"
|
||||||
distfiles="http://ftp.gnu.org/gnu/$pkgname/$pkgname-$version.tar.gz"
|
makedepends="automake>=1.13.1_2 gettext-devel"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-libgdbm-compat"
|
configure_args="--enable-libgdbm-compat --disable-rpath"
|
||||||
short_desc="GNU database routines"
|
short_desc="GNU database routines"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="GPL-3"
|
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=23f8134c5b94bbfb06d756a6b78f074fba6e6028cf2fe01341d40b26db773441
|
||||||
long_desc="
|
long_desc="
|
||||||
GNU dbm is a set of database routines that use extensible hashing.
|
GNU dbm is a set of database routines that use extensible hashing.
|
||||||
It works similar to the standard Unix dbm routines."
|
It works similar to the standard Unix dbm routines."
|
||||||
|
|
||||||
subpackages="gdbm-devel"
|
pre_configure() {
|
||||||
|
autoreconf -fi
|
||||||
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
# create symlinks for compatibility
|
# create symlinks for compatibility
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue