summaryrefslogtreecommitdiff
path: root/community/paxtest
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-04-16 03:47:45 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-04-16 03:47:45 +0000
commitc78a18750fc2b9df6ea94089159f4176a1f9198d (patch)
tree25be357ee503ee66fd716327dd1a9a42d5f8b235 /community/paxtest
parentad45d1982b97faa9372d99e51daa687c7c09de7d (diff)
Wed Apr 16 03:42:20 UTC 2014
Diffstat (limited to 'community/paxtest')
-rw-r--r--community/paxtest/PKGBUILD27
1 files changed, 27 insertions, 0 deletions
diff --git a/community/paxtest/PKGBUILD b/community/paxtest/PKGBUILD
new file mode 100644
index 000000000..add18bdf4
--- /dev/null
+++ b/community/paxtest/PKGBUILD
@@ -0,0 +1,27 @@
+# Maintainer: Daniel Micay <danielmicay@gmail.com>
+# Contributor: Lubomir Krajcovic <lubomir.krajcovic(AT)gmail(DOT)com>
+# Contributor: sh0 <mee(AT)sh0(DOT)org>
+# Contributor: leoarcher <carvalho.inacio(AT)gmail(DOT)com>
+
+pkgname=paxtest
+pkgver=0.9.11
+pkgrel=2
+pkgdesc='PaX regression test suite'
+url='http://pax.grsecurity.net'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=(sh)
+source=("http://grsecurity.net/~spender/${pkgname}-${pkgver}.tar.gz")
+md5sums=('04ec4a600052c86ee341bbe0240d02c0')
+
+_make="make -f Makefile.psm BINDIR=/usr/bin RUNDIR=/usr/lib/$pkgname"
+
+build() {
+ cd $pkgname-$pkgver
+ $_make
+}
+
+package() {
+ cd $pkgname-$pkgver
+ $_make DESTDIR="$pkgdir" install
+}