15 lines
557 B
Bash
15 lines
557 B
Bash
# Template file for 'pax-utils'
|
|
pkgname=pax-utils
|
|
version=1.2.4
|
|
revision=1
|
|
build_style=gnu-configure
|
|
configure_args="--with-caps"
|
|
hostmakedepends="pkg-config"
|
|
makedepends="libcap-devel"
|
|
checkdepends="python-pyelftools"
|
|
short_desc="PaX aware and related utilities for ELF binaries"
|
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|
license="GPL-2.0-only"
|
|
homepage="https://cgit.gentoo.org/proj/pax-utils.git/"
|
|
distfiles="http://distfiles.gentoo.org/distfiles/${pkgname}-${version}.tar.xz"
|
|
checksum=52858b8cf32b027b59a2ffe79ee21d7c4a09a634f03f5e737b0baec104357906
|