22 lines
746 B
Text
22 lines
746 B
Text
# Template build file for 'tdb'.
|
|
pkgname=tdb
|
|
version=1.2.9
|
|
homepage="http://tdb.samba.org/"
|
|
distfiles="http://samba.org/ftp/tdb/tdb-$version.tar.gz"
|
|
build_style=gnu-configure
|
|
revision=2
|
|
short_desc="Hierarchical pool based memory allocator with destructors"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
license="GPL-3"
|
|
checksum=886fbca71710b9fcf168ffcae47f05a6c3ff3392cf951f4cb1f949851c04f9ed
|
|
long_desc="
|
|
This is a simple database API. It is modelled after the structure of GDBM.
|
|
TDB features, unlike GDBM, multiple writers support with appropriate locking
|
|
and transactions."
|
|
|
|
subpackages="libtdb tdb-devel tdb-python"
|
|
|
|
Add_dependency build pkg-config
|
|
Add_dependency build python-devel
|
|
Add_dependency build libxslt
|
|
Add_dependency build docbook-xsl
|