# Contributor: Sören Tempel # Maintainer: Zach van Rijn pkgname=pax-utils pkgver=1.3.4 pkgrel=0 pkgdesc="ELF related utils for ELF 32/64 binaries" url="https://wiki.gentoo.org/wiki/Hardened/PaX_Utilities" arch="all" options="!check" # depends on nx package(s) license="GPL-2.0-only" depends="scanelf" makedepends="linux-headers libcap-dev" # ATTENTION MAINTAINERS: Generate a new tarball from upstream sources: # git clone https://anongit.gentoo.org/git/proj/pax-utils.git # cd pax-utils # ./make-tarball.sh v$pkgver source="https://distfiles.adelielinux.org/source/upstream/$pkgname-$pkgver.tar.xz" subpackages="$pkgname-doc scanelf:_scanelf" build() { make USE_CAP=yes } package() { make DESTDIR="$pkgdir/" install # Don't conflict with lddtree package rm -f "$pkgdir"/usr/bin/lddtree } _scanelf() { pkgdesc="Scan ELF binaries for stuff" depends="" replaces="pax-utils" mkdir -p "$subpkgdir"/usr/bin mv "$pkgdir"/usr/bin/scanelf "$subpkgdir"/usr/bin/ } sha512sums="44a475860823e8b70b1d09d69e5fba3ed8298511d07e1e7b09ce62237cb8b1ecee8fc2fc550d6853d0b9f8db3c350bf78ced49d5f210997b294dc10e36627fcd pax-utils-1.3.4.tar.xz"