]> git.ipfire.org Git - people/pmueller/ipfire-3.x.git/blob - libtalloc/libtalloc.nm
squashfs-tools: Update to version 4.6.1-1
[people/pmueller/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.3.4
8 release = 2
9 thisapp = talloc-%{version}
10
11 groups = System/Libraries
12 url = https://talloc.samba.org/
13 license = LGPLv3+
14 summary = The talloc library.
15
16 description
17 A library that implements a hierarchical allocator with destructors.
18 end
19
20 source_dl = https://samba.org/ftp/talloc/
21
22 build
23 requires
24 docbook-utils
25 docbook-xsl
26 libxcrypt-devel
27 python3-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 python3-talloc
44 template PYTHON3
45
46 files += %{libdir}/libpytalloc*
47 end
48
49 package %{name}-debuginfo
50 template DEBUGINFO
51 end
52 end