void-packages/srcpkgs/talloc/template
2012-12-04 18:17:51 +01:00

18 lines
646 B
Plaintext

# Template build file for 'talloc'.
pkgname=talloc
version=2.0.8
revision=1
subpackages="talloc-devel"
build_style=gnu-configure
configure_args="--enable-talloc-compat1"
makedepends="pkg-config python libxslt docbook-xsl"
short_desc="Hierarchical pool based memory allocator with destructors"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://talloc.samba.org/"
license="GPL-3"
distfiles="http://samba.org/ftp/$pkgname/$pkgname-$version.tar.gz"
checksum=1ec11e635e0318dbbb014db38ff96e8dba3ce5f614eeb7d993b4a5b71c016783
long_desc="
This package provides the talloc library: an hierarchical pool based memory
allocator with destructors."