summaryrefslogtreecommitdiff
path: root/kernels/paxutils/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'kernels/paxutils/PKGBUILD')
-rw-r--r--kernels/paxutils/PKGBUILD24
1 files changed, 0 insertions, 24 deletions
diff --git a/kernels/paxutils/PKGBUILD b/kernels/paxutils/PKGBUILD
deleted file mode 100644
index 66896a32a..000000000
--- a/kernels/paxutils/PKGBUILD
+++ /dev/null
@@ -1,24 +0,0 @@
-# Maintainer: André Silva <emulatorman@lavabit.com>
-# Maintainer: Márcio Silva <coadde@lavabit.com>
-
-pkgname=paxutils
-pkgdesc='PaX utilities to configure flags for several binaries to work with PaX kernels'
-pkgver=0.1.1
-pkgrel=1
-arch=(any)
-url='https://projects.parabolagnulinux.org/abslibre.git/tree/kernels/paxutils/'
-license=(GPL2)
-depends=(bash paxctl)
-replaces=('linux-pax-flags' 'linux-libre-pax-flags')
-conflicts=('linux-pax-flags' 'linux-libre-pax-flags')
-provides=('linux-pax-flags' 'linux-libre-pax-flags')
-source=($pkgname)
-sha256sums=(a47ebcde9ecb0a5d16825cdca3710ea8ab4fd111abae72216d44e1b0294e043a)
-
-build() {
- return 0
-}
-
-package() {
- install -D -m755 $srcdir/$pkgname $pkgdir/usr/bin/$pkgname
-}