mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 02:42:56 +02:00
New package: pax-utils-0.8.1
This commit is contained in:
parent
af7458b90c
commit
3d5254e1a5
1 changed files with 18 additions and 0 deletions
18
srcpkgs/pax-utils/template
Normal file
18
srcpkgs/pax-utils/template
Normal file
|
@ -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…
Add table
Reference in a new issue