]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - paxtest/paxtest.nm
Merge remote-tracking branch 'stevee/pcre'
[people/ms/ipfire-3.x.git] / paxtest / paxtest.nm
CommitLineData
fe4dc083 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
fe4dc083
MT
4###############################################################################
5
802ea3af
MT
6name = paxtest
7version = 0.9.9
ea8a355c 8release = 4
fe4dc083 9
802ea3af
MT
10groups = Security/Tools
11url = http://pax.grsecurity.org/
12license = GPLv2+
13summary = Utilities for testing PaX configuration.
fe4dc083 14
802ea3af
MT
15description
16 This package contains several files for checking the PaX configuration
17 and checks if it all works correctly.
18end
fe4dc083 19
802ea3af
MT
20source_dl =
21sources = %{thisapp}.tgz
fe4dc083 22
b8b27784 23build
802ea3af 24 build
ea8a355c 25 make -f Makefile.psm RUNDIR=%{libdir}/paxtest \
802ea3af
MT
26 %{PARALLELISMFLAGS}
27 end
fe4dc083 28
802ea3af
MT
29 install
30 make -f Makefile.psm install DESTDIR=%{BUILDROOT} \
ea8a355c 31 RUNDIR=%{libdir}/paxtest BINDIR=%{bindir}
802ea3af 32 end
fe4dc083 33
ea8a355c
MT
34 # Ignore errors on extract-debuginfo, because this
35 # package contains wrong/broken/unoptimized files by
36 # intention.
37 debuginfo_options = || :
802ea3af 38end
6765d365 39
802ea3af
MT
40quality-agent
41 whitelist_execstack
ea8a355c 42 %{libdir}/paxtest
802ea3af
MT
43 end
44end
fe4dc083 45
802ea3af
MT
46packages
47 package %{name}
ed3dc63f
MT
48 filter_requires
49 shlibtest
50 end
51 end
1f9bc2f0
MT
52
53 package %{name}-debuginfo
54 template DEBUGINFO
55 end
802ea3af 56end