]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - paxctl/paxctl.nm
paxctl: Update to 0.8.
[people/ms/ipfire-3.x.git] / paxctl / paxctl.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = paxctl
7 version = 0.8
8 release = 1
9
10 groups = Applications/System
11 url = http://pax.grsecurity.net/
12 license = GPLv2
13 summary = Application to control PaX flags.
14
15 description
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.
18 end
19
20 source_dl = https://pax.grsecurity.net/
21
22 build
23 requires
24 m4
25 end
26
27 build
28 make %{PARALLELISMFLAGS} CFLAGS="%{CFLAGS}"
29 end
30 end
31
32 packages
33 package %{name}
34
35 package %{name}-debuginfo
36 template DEBUGINFO
37 end
38 end