2008-10-25 02:33:04 +02:00
|
|
|
# Template file for 'gdbm'
|
|
|
|
pkgname=gdbm
|
|
|
|
version=1.8.3
|
2008-10-28 23:57:52 +01:00
|
|
|
distfiles="http://ftp.gnu.org/gnu/$pkgname/$pkgname-$version.tar.gz"
|
2008-10-25 02:33:04 +02:00
|
|
|
build_style=gnu_configure
|
2009-03-18 10:02:43 +01:00
|
|
|
make_install_args="INSTALL_ROOT=$XBPS_DESTDIR/$pkgname-$version"
|
2008-10-25 02:33:04 +02:00
|
|
|
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."
|
|
|
|
|
2009-02-24 08:22:29 +01:00
|
|
|
subpackages="devel"
|
2009-02-25 06:15:20 +01:00
|
|
|
Add_dependency full glibc
|
2009-03-18 10:02:43 +01:00
|
|
|
|
|
|
|
post_build()
|
|
|
|
{
|
|
|
|
mkdir -p ${DESTDIR}/usr/share/info
|
|
|
|
touch -f ${DESTDIR}/usr/share/info/dir
|
|
|
|
}
|