contrib/gradm/Pkgfile

23 lines
401 B
Plaintext
Raw Normal View History

2014-09-17 23:59:13 +02:00
# Description: grsecurity RBAC administration utility
# URL: https://grsecurity.net/
# Maintainer: Thomas Penteker, tek at serverop dot de
# Depends on:
name=gradm
2015-07-26 00:53:12 +02:00
version=201507191652
2014-09-17 23:59:13 +02:00
release=1
2015-05-11 22:32:16 +02:00
source=(https://grsecurity.net/stable/gradm-3.1-$version.tar.gz)
2014-09-17 23:59:13 +02:00
build() {
cd $name
install -d $PKG/etc/udev/rules.d
make
make DESTDIR=$PKG MANDIR=/usr/man install
rm -r $PKG/dev
}