void-packages/srcpkgs/gdbm/template
Juan RP 23dd7d008e Update build_style for all templates.
- There's no need to set build_style for custom-install (default).
- gnu_{configure,makefile} renamed to gnu-{configure,makefile}.
2011-10-24 14:14:47 +02:00

23 lines
654 B
Plaintext

# Template file for 'gdbm'
pkgname=gdbm
version=1.8.3
revision=2
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
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"
Add_dependency run glibc
post_build()
{
mkdir -p ${DESTDIR}/usr/share/info
touch -f ${DESTDIR}/usr/share/info/dir
}