]> git.ipfire.org Git - people/pmueller/ipfire-3.x.git/blob - libcap-ng/libcap-ng.nm
elfutils: Correctly configure debuginfod
[people/pmueller/ipfire-3.x.git] / libcap-ng / libcap-ng.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = libcap-ng
7 version = 0.8.3
8 release = 1.1
9
10 groups = System/Libraries
11 url = https://people.redhat.com/sgrubb/libcap-ng
12 license = LGPLv2+
13 summary = An alternate posix capabilities library.
14
15 description
16 Libcap-ng is a library that makes using posix capabilities
17 easier.
18 end
19
20 source_dl = https://people.redhat.com/sgrubb/libcap-ng/
21
22 build
23 requires
24 libattr-devel
25 end
26
27 test
28 make check
29 end
30 end
31
32 packages
33 package %{name}
34
35 package %{name}-devel
36 template DEVEL
37 end
38
39 package %{name}-debuginfo
40 template DEBUGINFO
41 end
42 end