pax-utils: update to 0.9.2.
This commit is contained in:
parent
d7c3f36bcd
commit
63fe6eab77
1 changed files with 4 additions and 9 deletions
|
@ -1,9 +1,9 @@
|
||||||
# Template file for 'pax-utils'
|
# Template file for 'pax-utils'
|
||||||
pkgname=pax-utils
|
pkgname=pax-utils
|
||||||
version=0.9.1
|
version=0.9.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-configure
|
||||||
make_build_args="USE_CAP=yes"
|
configure_args="--with-caps"
|
||||||
makedepends="libcap-devel"
|
makedepends="libcap-devel"
|
||||||
short_desc="PaX aware and related utilities for ELF binaries"
|
short_desc="PaX aware and related utilities for ELF binaries"
|
||||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||||
|
@ -12,9 +12,4 @@ homepage="http://hardened.gentoo.org/pax-utils.xml"
|
||||||
update_site="http://ftp.heanet.ie/disk1/gentoo-portage/app-misc/pax-utils/"
|
update_site="http://ftp.heanet.ie/disk1/gentoo-portage/app-misc/pax-utils/"
|
||||||
update_pattern='pax-utils-\K[\d.]+(?=.ebuild)'
|
update_pattern='pax-utils-\K[\d.]+(?=.ebuild)'
|
||||||
distfiles="http://distfiles.gentoo.org/distfiles/${pkgname}-${version}.tar.xz"
|
distfiles="http://distfiles.gentoo.org/distfiles/${pkgname}-${version}.tar.xz"
|
||||||
checksum=643ccaf6952f836c42aafcd5ad7e5f7de2d3472225a34603680b151a8b198b0c
|
checksum=578801df0661b1b7b8fed0ce4a9859239f919fd37529907681e51091a1bcb4de
|
||||||
|
|
||||||
do_install() {
|
|
||||||
make ${make_build_args} DESTDIR="${DESTDIR}" install
|
|
||||||
rm -rf "${DESTDIR}/usr/share/doc"
|
|
||||||
}
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue