]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blob - paxtest/paxtest.nm
f99c40d96a37c9076f99787d4c01949fb22934bd
[people/amarx/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 = 3
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 end
35
36 quality-agent
37 whitelist_execstack
38 /usr/lib/paxtest
39 end
40 end
41
42 packages
43 package %{name}
44 filter_requires
45 shlibtest
46 end
47 end
48 end