]> git.ipfire.org Git - ipfire-3.x.git/blob - pkgs/libcap-ng/libcap-ng.nm
Change file layout of the makefiles.
[ipfire-3.x.git] / pkgs / 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.6.5
8 release = 1
9
10 groups = System/Libraries
11 url = http://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 =
21
22 build
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
32 end
33
34 packages
35 package %{name}
36 end
37
38 package %{name}-devel
39 template DEVEL
40 end
41 end