From: Stefan Schantl Date: Tue, 19 Feb 2013 21:20:09 +0000 (+0100) Subject: libtalloc: New package. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=54bc83102d2c7fcc08204d2bfb5e4b2aa3e2912d;p=people%2Fpmueller%2Fipfire-3.x.git libtalloc: New package. This is a build dependency of sssd. --- diff --git a/libtalloc/libtalloc.nm b/libtalloc/libtalloc.nm new file mode 100644 index 000000000..a1244c5bd --- /dev/null +++ b/libtalloc/libtalloc.nm @@ -0,0 +1,50 @@ +############################################################################### +# IPFire.org - An Open Source Firewall Solution # +# Copyright (C) - IPFire Development Team # +############################################################################### + +name = libtalloc +version = 2.0.8 +release = 1 + +groups = System/Libraries +url = http://talloc.samba.org/ +license = LGPLv3+ +summary = The talloc library. + +description + A library that implements a hierarchical allocator with destructors. +end + +thisapp = talloc-%{version} + +source_dl = http://samba.org/ftp/talloc/ + +build + requires + docbook-utils + docbook-xsl + python-devel + end + + configure_options += \ + --disable-rpath \ + --disable-rpath-install \ + --bundled-libraries=NONE +end + +packages + package %{name} + + package %{name}-devel + template DEVEL + end + + package pytalloc + template PYTHON + end + + package %{name}-debuginfo + template DEBUGINFO + end +end