]> git.ipfire.org Git - people/stevee/ipfire-3.x.git/blob - paxtest/paxtest.nm
perl-SGMLSpm: New package.
[people/stevee/ipfire-3.x.git] / 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 = 2
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 build
25 make -f Makefile.psm RUNDIR=/usr/lib/paxtest \
26 %{PARALLELISMFLAGS}
27 end
28
29 install
30 make -f Makefile.psm install DESTDIR=%{BUILDROOT} \
31 RUNDIR=/usr/lib/paxtest BINDIR=/usr/bin
32 end
33
34 export PKG_REQUIRES_FILTER = shlibtest
35 end
36
37 quality-agent
38 whitelist_execstack
39 /usr/lib/paxtest
40 end
41 end
42
43 packages
44 package %{name}
45 end