]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - libtalloc/libtalloc.nm
libnetfilter_queue: Update to 1.0.2.
[people/ms/ipfire-3.x.git] / libtalloc / libtalloc.nm
CommitLineData
54bc8310
SS
1###############################################################################
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
4###############################################################################
5
6name = libtalloc
7version = 2.0.8
8release = 1
9
10groups = System/Libraries
11url = http://talloc.samba.org/
12license = LGPLv3+
13summary = The talloc library.
14
15description
16 A library that implements a hierarchical allocator with destructors.
17end
18
19thisapp = talloc-%{version}
20
21source_dl = http://samba.org/ftp/talloc/
22
23build
24 requires
25 docbook-utils
26 docbook-xsl
27 python-devel
28 end
29
30 configure_options += \
31 --disable-rpath \
32 --disable-rpath-install \
33 --bundled-libraries=NONE
34end
35
36packages
37 package %{name}
38
39 package %{name}-devel
40 template DEVEL
41 end
42
43 package pytalloc
44 template PYTHON
45 end
46
47 package %{name}-debuginfo
48 template DEBUGINFO
49 end
50end