void-packages/srcpkgs/pax-utils/template

19 lines
606 B
Text
Raw Normal View History

2014-09-26 16:48:26 +00:00
# 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 <chneukirchen@gmail.com>"
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"
}