# Template file for 'pax-utils' pkgname=pax-utils version=0.8.1 revision=1 build_style=gnu-makefile make_build_args="USE_CAP=yes" makedepends="libcap-devel" short_desc="PaX aware and related utilities for ELF binaries" maintainer="Christian Neukirchen " license="GPL-2" homepage="http://hardened.gentoo.org/pax-utils.xml" distfiles="http://distfiles.gentoo.org/distfiles/${pkgname}-${version}.tar.xz" checksum=844ff25b1a11bcef92ef34b22f576f226a772b67196818656f8874513438f5b9 do_install() { make ${make_build_args} DESTDIR="${DESTDIR}" install rm -rf "${DESTDIR}/usr/share/doc" }