void-packages/srcpkgs/pax-utils/template

21 lines
729 B
Plaintext
Raw Normal View History

2014-09-26 18:48:26 +02:00
# Template file for 'pax-utils'
pkgname=pax-utils
2014-10-22 16:52:56 +02:00
version=0.9.1
2014-09-26 18:48:26 +02:00
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"
update_site="http://ftp.heanet.ie/disk1/gentoo-portage/app-misc/pax-utils/"
update_pattern='pax-utils-\K[\d.]+(?=.ebuild)'
2014-09-26 18:48:26 +02:00
distfiles="http://distfiles.gentoo.org/distfiles/${pkgname}-${version}.tar.xz"
2014-10-22 16:52:56 +02:00
checksum=643ccaf6952f836c42aafcd5ad7e5f7de2d3472225a34603680b151a8b198b0c
2014-09-26 18:48:26 +02:00
do_install() {
make ${make_build_args} DESTDIR="${DESTDIR}" install
rm -rf "${DESTDIR}/usr/share/doc"
}