18 lines
365 B
Plaintext
18 lines
365 B
Plaintext
# 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
|
|
release=1
|
|
source=(https://pax.grsecurity.net/paxctl-$version.tar.gz)
|
|
|
|
build() {
|
|
cd $name-$version
|
|
|
|
make
|
|
make DESTDIR=$PKG MANDIR=/usr/man install
|
|
|
|
}
|