void-packages/srcpkgs/tdb/template
2012-10-23 22:58:36 +02:00

18 lines
675 B
Plaintext

# Template build file for 'tdb'.
pkgname=tdb
version=1.2.10
revision=1
subpackages="libtdb tdb-devel tdb-python"
build_style=gnu-configure
makedepends="pkg-config python-devel libxslt docbook-xsl"
short_desc="Hierarchical pool based memory allocator with destructors"
maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-3"
homepage="http://tdb.samba.org/"
distfiles="http://samba.org/ftp/tdb/tdb-$version.tar.gz"
checksum=678c1d7e99a29a8d29669fdc76fdfd2f44d7fad2e362b40cd93deceb181b8b6e
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."