16 lines
556 B
Bash
16 lines
556 B
Bash
# Template file for 'pax-utils'
|
|
pkgname=pax-utils
|
|
version=1.3.1
|
|
revision=1
|
|
build_style=gnu-configure
|
|
configure_args="--with-caps"
|
|
hostmakedepends="pkg-config"
|
|
makedepends="libcap-devel"
|
|
checkdepends="python3-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="https://gentoo.osuosl.org/distfiles/${pkgname}-${version}.tar.xz"
|
|
checksum=87e35b46103747b3694f7dafb2a24f205ff6a745777fc63e3ee33623f81e56cd
|