]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - libtalloc/libtalloc.nm
libnetfilter_queue: Update to 1.0.2.
[people/ms/ipfire-3.x.git] / libtalloc / libtalloc.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = libtalloc
7 version = 2.0.8
8 release = 1
9
10 groups = System/Libraries
11 url = http://talloc.samba.org/
12 license = LGPLv3+
13 summary = The talloc library.
14
15 description
16 A library that implements a hierarchical allocator with destructors.
17 end
18
19 thisapp = talloc-%{version}
20
21 source_dl = http://samba.org/ftp/talloc/
22
23 build
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
34 end
35
36 packages
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
50 end