]> git.ipfire.org Git - people/stevee/ipfire-3.x.git/blob - pkgs/paxtest/paxtest.nm
60840aa09d04ea1a669ea0aa85a67a62a1ea96c9
[people/stevee/ipfire-3.x.git] / pkgs / paxtest / paxtest.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = paxtest
7 version = 0.9.9
8 release = 1
9
10 groups = Security/Tools
11 url = http://pax.grsecurity.org/
12 license = GPLv2+
13 summary = Utilities for testing PaX configuration.
14
15 description
16 This package contains several files for checking the PaX configuration
17 and checks if it all works correctly.
18 end
19
20 source_dl =
21 sources = %{thisapp}.tgz
22
23 build
24 make -f Makefile.psm RUNDIR=/usr/lib/paxtest \
25 %{PARALLELISMFLAGS}
26 end
27
28 install
29 make -f Makefile.psm install DESTDIR=%{BUILDROOT} \
30 RUNDIR=/usr/lib/paxtest BINDIR=/usr/bin
31 end
32
33 export PKG_REQUIRES_FILTER = shlibtest
34 end
35
36 quality-agent
37 whitelist_execstack
38 /usr/lib/paxtest
39 end
40 end
41
42 packages
43 package %{name}
44 end