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