2014-09-18 00:03:36 +02:00
|
|
|
# Description: user-space utility for controlling PaX flags of executables
|
|
|
|
# URL: https://pax.grsecurity.net
|
|
|
|
# Maintainer: Thomas Penteker, tek at serverop dot de
|
|
|
|
# Depends on:
|
|
|
|
|
|
|
|
name=paxctl
|
|
|
|
version=0.9
|
2020-01-20 15:24:32 +00:00
|
|
|
release=2
|
2014-09-18 00:03:36 +02:00
|
|
|
source=(https://pax.grsecurity.net/paxctl-$version.tar.gz)
|
|
|
|
|
|
|
|
build() {
|
2020-01-20 15:24:32 +00:00
|
|
|
cd $name-$version
|
2014-09-18 00:03:36 +02:00
|
|
|
make
|
2020-01-20 15:24:32 +00:00
|
|
|
make DESTDIR=$PKG MANDIR=/usr/share/man install
|
2014-09-18 00:03:36 +02:00
|
|
|
}
|