2010-10-22 03:58:24 +02:00
|
|
|
# Template build file for 'talloc'.
|
|
|
|
pkgname=talloc
|
2012-12-04 18:17:51 +01:00
|
|
|
version=2.0.8
|
|
|
|
revision=1
|
|
|
|
subpackages="talloc-devel"
|
2011-10-24 14:14:47 +02:00
|
|
|
build_style=gnu-configure
|
2012-12-04 18:17:51 +01:00
|
|
|
configure_args="--enable-talloc-compat1"
|
|
|
|
makedepends="pkg-config python libxslt docbook-xsl"
|
2010-10-22 03:58:24 +02:00
|
|
|
short_desc="Hierarchical pool based memory allocator with destructors"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2012-12-04 18:17:51 +01:00
|
|
|
homepage="http://talloc.samba.org/"
|
|
|
|
license="GPL-3"
|
|
|
|
distfiles="http://samba.org/ftp/$pkgname/$pkgname-$version.tar.gz"
|
|
|
|
checksum=1ec11e635e0318dbbb014db38ff96e8dba3ce5f614eeb7d993b4a5b71c016783
|
2010-10-22 03:58:24 +02:00
|
|
|
long_desc="
|
|
|
|
This package provides the talloc library: an hierarchical pool based memory
|
|
|
|
allocator with destructors."
|