summaryrefslogtreecommitdiff
path: root/kernels/paxctl/PKGBUILD
blob: 4d1ac4968289b3a926151febda83e01999d075f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Contributor: sh0 <mee@sh0.org>

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
}