2010-11-21 15:44:55 +00:00
|
|
|
# Template build file for 'tdb'.
|
|
|
|
pkgname=tdb
|
2012-10-23 20:58:36 +00:00
|
|
|
version=1.2.10
|
|
|
|
revision=1
|
|
|
|
subpackages="libtdb tdb-devel tdb-python"
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2012-05-23 16:26:56 +00:00
|
|
|
makedepends="pkg-config python-devel libxslt docbook-xsl"
|
2010-11-21 15:44:55 +00:00
|
|
|
short_desc="Hierarchical pool based memory allocator with destructors"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2012-01-16 06:44:38 +00:00
|
|
|
license="GPL-3"
|
2012-10-23 20:58:36 +00:00
|
|
|
homepage="http://tdb.samba.org/"
|
|
|
|
distfiles="http://samba.org/ftp/tdb/tdb-$version.tar.gz"
|
|
|
|
checksum=678c1d7e99a29a8d29669fdc76fdfd2f44d7fad2e362b40cd93deceb181b8b6e
|
2010-11-21 15:44:55 +00:00
|
|
|
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."
|