]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - paxtest/paxtest.nm
file: Update to 5.18.
[people/ms/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 = 4
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=%{libdir}/paxtest \
26 %{PARALLELISMFLAGS}
27 end
28
29 install
30 make -f Makefile.psm install DESTDIR=%{BUILDROOT} \
31 RUNDIR=%{libdir}/paxtest BINDIR=%{bindir}
32 end
33
34 # Ignore errors on extract-debuginfo, because this
35 # package contains wrong/broken/unoptimized files by
36 # intention.
37 debuginfo_options = || :
38 end
39
40 quality-agent
41 whitelist_execstack
42 %{libdir}/paxtest
43 end
44 end
45
46 packages
47 package %{name}
48 filter_requires
49 shlibtest
50 end
51 end
52
53 package %{name}-debuginfo
54 template DEBUGINFO
55 end
56 end