]> git.ipfire.org Git - people/arne_f/ipfire-3.x.git/blame - libcap-ng/libcap-ng.nm
Merge remote-tracking branch 'arne_f/autoconf'
[people/arne_f/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
9788e5af 7version = 0.6.6
bc803683 8release = 3
b5ddf7db 9
802ea3af
MT
10groups = System/Libraries
11url = http://people.redhat.com/sgrubb/libcap-ng
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
49026b7d 20source_dl = http://people.redhat.com/sgrubb/libcap-ng/
802ea3af
MT
21
22build
23 requires
24 libattr-devel
25 python
26 end
27
28 # XXX Testsuite is broken by the package developers
29 #def test
30 # make check
31 #end
32end
33
34packages
35 package %{name}
1f9bc2f0 36
802ea3af
MT
37 package %{name}-devel
38 template DEVEL
39 end
1f9bc2f0
MT
40
41 package %{name}-debuginfo
42 template DEBUGINFO
43 end
802ea3af 44end