pax-utils: update to 1.2.8.
This commit is contained in:
parent
8d9bf502ac
commit
48a2eb01d4
1 changed files with 3 additions and 7 deletions
|
@ -1,10 +1,10 @@
|
||||||
# Template file for 'pax-utils'
|
# Template file for 'pax-utils'
|
||||||
pkgname=pax-utils
|
pkgname=pax-utils
|
||||||
version=1.2.7
|
version=1.2.8
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-caps"
|
configure_args="--with-caps"
|
||||||
hostmakedepends="automake libtool pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="libcap-devel"
|
makedepends="libcap-devel"
|
||||||
checkdepends="python3-pyelftools"
|
checkdepends="python3-pyelftools"
|
||||||
short_desc="PaX aware and related utilities for ELF binaries"
|
short_desc="PaX aware and related utilities for ELF binaries"
|
||||||
|
@ -12,8 +12,4 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="GPL-2.0-only"
|
license="GPL-2.0-only"
|
||||||
homepage="https://cgit.gentoo.org/proj/pax-utils.git/"
|
homepage="https://cgit.gentoo.org/proj/pax-utils.git/"
|
||||||
distfiles="https://gentoo.osuosl.org/distfiles/${pkgname}-${version}.tar.xz"
|
distfiles="https://gentoo.osuosl.org/distfiles/${pkgname}-${version}.tar.xz"
|
||||||
checksum=92ba5c4b2d475d2d29130398829f6e0a1a3aab0bf355c1d3658d4645c945aff3
|
checksum=bab4c8846e1d2cc3669cfa9231d21db335841d7d58f9e19cd099fe6ce626b157
|
||||||
|
|
||||||
pre_configure() {
|
|
||||||
AUTOMAKE="automake --foreign" autoreconf -fi
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in a new issue