]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - pax-utils/pax-utils.nm
kernel: Update to 3.15.6.
[people/ms/ipfire-3.x.git] / pax-utils / pax-utils.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = pax-utils
7 version = 0.1.19
8 release = 1
9
10 groups = Security/Tools
11 url = http://www.gentoo.org/proj/en/hardened/pax-utils.xml
12 license = GPLv2+
13 summary = Utilities for checking PaX features.
14
15 description
16 This package contains several utilities for checking PaX features.
17 end
18
19 source_dl =
20 sources = %{thisapp}.tar.bz2
21
22 build
23 requires
24 libcap-devel
25 end
26
27 build
28 make CFLAGS="%{CFLAGS}" USE_CAP=yes %{PARALLELISMFLAGS}
29 end
30 end
31
32 packages
33 package %{name}
34
35 package %{name}-debuginfo
36 template DEBUGINFO
37 end
38 end