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