blob: 56d985a51cc1325de91b38a389102e95b82c1f6e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Template file for 'gdbm'
pkgname=gdbm
version=1.10
revision=1
homepage="http://www.gnu.org.ua/software/gdbm/"
distfiles="http://ftp.gnu.org/gnu/$pkgname/$pkgname-$version.tar.gz"
build_style=gnu-configure
configure_args="--enable-libgdbm-compat"
short_desc="GNU database routines"
maintainer="Juan RP <xtraeme@gmail.com>"
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"
|