]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blame_incremental - paxctl/paxctl.nm
Remove xen
[people/amarx/ipfire-3.x.git] / paxctl / paxctl.nm
... / ...
CommitLineData
1###############################################################################
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
4###############################################################################
5
6name = paxctl
7version = 0.8
8release = 1
9
10groups = Applications/System
11url = http://pax.grsecurity.net/
12license = GPLv2
13summary = Application to control PaX flags.
14
15description
16 paxctl may be used to control PaX flags on a per-binary basis. PaX
17 is a set of kernel security patches to enhance a system's security.
18end
19
20source_dl = https://pax.grsecurity.net/
21
22build
23 requires
24 m4
25 end
26
27 build
28 make %{PARALLELISMFLAGS} CFLAGS="%{CFLAGS}"
29 end
30end
31
32packages
33 package %{name}
34
35 package %{name}-debuginfo
36 template DEBUGINFO
37 end
38end