summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2018-06-23 20:03:51 -0500
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2018-06-23 20:03:51 -0500
commit9137a43567b8faa09f23c0aa97ed43bb49d80462 (patch)
treed47bda56c80bd9eb035f4b9d92ad0517208f8613
parent78abd0b4226d44ab0779a71fb592fbaf8b83bb70 (diff)
downloadpackages-9137a43567b8faa09f23c0aa97ed43bb49d80462.tar.gz
packages-9137a43567b8faa09f23c0aa97ed43bb49d80462.tar.bz2
packages-9137a43567b8faa09f23c0aa97ed43bb49d80462.tar.xz
packages-9137a43567b8faa09f23c0aa97ed43bb49d80462.zip
system/pax-utils: [PD] no maintainer, fix metadata, bump
-rw-r--r--system/pax-utils/APKBUILD13
1 files changed, 6 insertions, 7 deletions
diff --git a/system/pax-utils/APKBUILD b/system/pax-utils/APKBUILD
index 7670ff965..c239da2bf 100644
--- a/system/pax-utils/APKBUILD
+++ b/system/pax-utils/APKBUILD
@@ -1,13 +1,13 @@
# Contributor: Sören Tempel <soeren+alpine@soeren-tempel.net>
-# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
+# Maintainer:
pkgname=pax-utils
-pkgver=1.2.2
-pkgrel=1
+pkgver=1.2.3
+pkgrel=0
pkgdesc="ELF related utils for ELF 32/64 binaries"
url="https://wiki.gentoo.org/wiki/Hardened/PaX_Utilities"
arch="all"
options="!check" # Requires unpackaged dependencies
-license="GPL-2.0"
+license="GPL-2.0-only"
depends="scanelf"
makedepends_build=""
makedepends_host="linux-headers libcap-dev"
@@ -15,7 +15,6 @@ makedepends="$makedepends_build $makedepends_host"
source="http://distfiles.gentoo.org/distfiles/${pkgname}-${pkgver}.tar.xz
fix-eitype.patch"
subpackages="$pkgname-doc scanelf:_scanelf"
-builddir="$srcdir"/$pkgname-$pkgver
build() {
cd "$builddir"
@@ -26,7 +25,7 @@ package() {
cd "$builddir"
make DESTDIR="$pkgdir/" install
- # Don't conflict with main/lddtree
+ # Don't conflict with lddtree package
rm -f "$pkgdir"/usr/bin/lddtree
}
@@ -38,5 +37,5 @@ _scanelf() {
mv "$pkgdir"/usr/bin/scanelf "$subpkgdir"/usr/bin/
}
-sha512sums="6bafe93f3b84d4595b6adfa09b46a3dd249f309fe836d90115e9aa5fcc7da37b03f743e80719dfe6bcdb739ce6ec3843170a5513e196c348721f850e19d3e38c pax-utils-1.2.2.tar.xz
+sha512sums="efcbce49aa7e5cd433f9b3fbc8fa82f6d7b0eb80ec40aafde453d6fe96e3565e066e5020f04d71537d8d4e820147f4203c0df2dd330ebb1358a26def3dd5484c pax-utils-1.2.3.tar.xz
7150f162a64d9095fab4f73c4a0c531550e2286d6e09a686c62b3a692353b9e33a770ad196f647b5f26b5acafcdef05187dc9d40b40b46d508900dc3e33324a6 fix-eitype.patch"