2010-11-21 15:44:55 +00:00
|
|
|
# Template build file for 'tdb'.
|
|
|
|
pkgname=tdb
|
2012-01-16 06:44:38 +00:00
|
|
|
version=1.2.9
|
|
|
|
homepage="http://tdb.samba.org/"
|
2010-11-21 15:44:55 +00:00
|
|
|
distfiles="http://samba.org/ftp/tdb/tdb-$version.tar.gz"
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2012-01-18 00:09:21 +00:00
|
|
|
revision=1
|
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"
|
|
|
|
checksum=886fbca71710b9fcf168ffcae47f05a6c3ff3392cf951f4cb1f949851c04f9ed
|
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."
|
|
|
|
|
|
|
|
subpackages="libtdb tdb-devel tdb-python"
|
|
|
|
|
|
|
|
Add_dependency build pkg-config
|
2011-07-03 00:56:23 +00:00
|
|
|
Add_dependency build python-devel
|
2011-07-02 23:55:30 +00:00
|
|
|
Add_dependency build libxslt
|
2011-11-16 14:37:17 +00:00
|
|
|
Add_dependency build docbook-xsl
|