summaryrefslogtreecommitdiff
path: root/system/paxmark/APKBUILD
diff options
context:
space:
mode:
authorMax Rees <maxcrees@me.com>2019-09-13 18:46:39 -0500
committerMax Rees <maxcrees@me.com>2019-09-17 14:29:47 -0500
commitbadaa27d5febffd453f89d2f1a3bd3f5338bfef0 (patch)
tree342cf8867f8f4fde8a38ddce3ecff6d49ed65cdf /system/paxmark/APKBUILD
parentf61d72061bf3a1af6937a37fd6d79a3ebf129f8d (diff)
downloadpackages-badaa27d5febffd453f89d2f1a3bd3f5338bfef0.tar.gz
packages-badaa27d5febffd453f89d2f1a3bd3f5338bfef0.tar.bz2
packages-badaa27d5febffd453f89d2f1a3bd3f5338bfef0.tar.xz
packages-badaa27d5febffd453f89d2f1a3bd3f5338bfef0.zip
system/paxmark: move to legacy/
Diffstat (limited to 'system/paxmark/APKBUILD')
-rw-r--r--system/paxmark/APKBUILD23
1 files changed, 0 insertions, 23 deletions
diff --git a/system/paxmark/APKBUILD b/system/paxmark/APKBUILD
deleted file mode 100644
index 3c9c69400..000000000
--- a/system/paxmark/APKBUILD
+++ /dev/null
@@ -1,23 +0,0 @@
-# Contributor: Timo Teräs <timo.teras@iki.fi>
-# Maintainer: A. Wilcox <awilfox@adelielinux.org>
-pkgname=paxmark
-pkgver=0.11
-pkgrel=1
-pkgdesc="Manage PaX marking of executables"
-url="https://alpinelinux.org"
-arch="noarch"
-options="!check"
-license="GPL-2.0-only"
-depends="attr bash"
-makedepends=""
-install=""
-subpackages=""
-source="paxmark"
-
-package() {
- mkdir -p "$pkgdir"/usr/sbin
- install -m755 "$srcdir"/paxmark "$pkgdir"/usr/sbin
- ln -s paxmark "$pkgdir"/usr/sbin/paxmark.sh
-}
-
-sha512sums="ed904790bfa6c86e216e2c8c1ed8fb1f997b7d1a55f997459655e402d8eec6447095709e38472cf909ea4d03e623e3e0eeddc0da57378901fe9d18d8c14b68d8 paxmark"