diff options
-rw-r--r-- | main/pax-utils/APKBUILD | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/main/pax-utils/APKBUILD b/main/pax-utils/APKBUILD index dc8e608db9..628f954c0e 100644 --- a/main/pax-utils/APKBUILD +++ b/main/pax-utils/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Sören Tempel <soeren+alpine@soeren-tempel.net> # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=pax-utils -pkgver=1.1.6 +pkgver=1.2.2 pkgrel=0 pkgdesc="ELF related utils for ELF 32/64 binaries" url="https://wiki.gentoo.org/wiki/Hardened/PaX_Utilities" @@ -13,15 +13,15 @@ makedepends_host="linux-headers libcap-dev" makedepends="$makedepends_build $makedepends_host" source="http://distfiles.gentoo.org/distfiles/${pkgname}-${pkgver}.tar.xz" subpackages="$pkgname-doc scanelf:_scanelf" +builddir="$srcdir"/$pkgname-$pkgver -_builddir="$srcdir"/$pkgname-$pkgver build() { - cd "$_builddir" + cd "$builddir" make USE_CAP=yes || return 1 } package() { - cd "$_builddir" + cd "$builddir" make DESTDIR="$pkgdir/" install || return 1 # Don't conflict with main/lddtree @@ -36,6 +36,4 @@ _scanelf() { mv "$pkgdir"/usr/bin/scanelf "$subpkgdir"/usr/bin/ } -md5sums="96f56a5a10ed50f2448c5ccebd27764f pax-utils-1.1.6.tar.xz" -sha256sums="f5436c517bea40f7035ec29a6f34034c739b943f2e3a080d76df5dfd7fd41b12 pax-utils-1.1.6.tar.xz" -sha512sums="c5bdb3ee076c5f4d026f811a59329014c539e3bb3ab45aec92564dcc4abcedaebc50bec55c37aeccfe9e31c554ec7789426fcb3d6f67a8d805843f32c5993f94 pax-utils-1.1.6.tar.xz" +sha512sums="6bafe93f3b84d4595b6adfa09b46a3dd249f309fe836d90115e9aa5fcc7da37b03f743e80719dfe6bcdb739ce6ec3843170a5513e196c348721f850e19d3e38c pax-utils-1.2.2.tar.xz" |