# Contributor: sh0 pkgname='paxctl' pkgver='0.7' pkgrel=1 pkgdesc='Manages various PaX related program header flags for Elf32, Elf64, binaries' url="http://pax.grsecurity.net/" arch=('i686' 'x86_64' 'mips64el') license=('GPL') depends=() source=("http://pax.grsecurity.net/${pkgname}-${pkgver}.tar.bz2") md5sums=('25bf9df751976e87be20243e75291263') build() { cd "${srcdir}/${pkgname}-${pkgver}" make || return 1 make DESTDIR="${pkgdir}" install || return 1 }