summaryrefslogtreecommitdiff
path: root/kernels/paxctl/PKGBUILD
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2013-04-07 00:46:34 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2013-04-07 00:46:34 -0400
commit619b8d955269f2fe74386e98fac07675c8b55352 (patch)
treef3e2610a39c99a7e43bc2b345280b04e398b986a /kernels/paxctl/PKGBUILD
parent2b04539ac9310541a4e563460aed0cb7715770d2 (diff)
parent7d4e98b2d6f2fd4d42ebb55105bab8a05e34ab94 (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/srv/git/abslibre
Diffstat (limited to 'kernels/paxctl/PKGBUILD')
-rw-r--r--kernels/paxctl/PKGBUILD18
1 files changed, 0 insertions, 18 deletions
diff --git a/kernels/paxctl/PKGBUILD b/kernels/paxctl/PKGBUILD
deleted file mode 100644
index 4d1ac4968..000000000
--- a/kernels/paxctl/PKGBUILD
+++ /dev/null
@@ -1,18 +0,0 @@
-# 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
-}