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