New package: pax-utils-0.8.1
This commit is contained in:
parent
af7458b90c
commit
3d5254e1a5
|
@ -0,0 +1,18 @@
|
|||
# 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"
|
||||
}
|
Loading…
Reference in New Issue