mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 23:23:51 +02:00
libcap: update to 2.67.
This commit is contained in:
parent
7b47908cd6
commit
603a659841
1 changed files with 6 additions and 11 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'libcap'
|
# Template file for 'libcap'
|
||||||
pkgname=libcap
|
pkgname=libcap
|
||||||
version=2.54
|
version=2.67
|
||||||
revision=1
|
revision=1
|
||||||
bootstrap=yes
|
bootstrap=yes
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
|
@ -10,20 +10,15 @@ make_use_env=yes
|
||||||
short_desc="POSIX.1e capabilities suite"
|
short_desc="POSIX.1e capabilities suite"
|
||||||
maintainer="skmpz <dem.procopiou@gmail.com>"
|
maintainer="skmpz <dem.procopiou@gmail.com>"
|
||||||
license="GPL-2.0-only"
|
license="GPL-2.0-only"
|
||||||
homepage="http://sites.google.com/site/fullycapable/"
|
homepage="https://sites.google.com/site/fullycapable/"
|
||||||
changelog="https://sites.google.com/site/fullycapable/release-notes-for-libcap"
|
changelog="https://sites.google.com/site/fullycapable/release-notes-for-libcap"
|
||||||
distfiles="${KERNEL_SITE}/libs/security/linux-privs/libcap2/${pkgname}-${version}.tar.xz"
|
distfiles="${KERNEL_SITE}/libs/security/linux-privs/libcap2/libcap-${version}.tar.xz"
|
||||||
checksum=5091b24247999fd7a5e62bd9ac8bc761cda29f9baa0d1a2ca6a46f13891b4f0f
|
checksum=ce9b22fdc271beb6dae7543da5f74cf24cb82e6848cfd088a5a069dec5ea5198
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
make_build_args="CROSS_COMPILE=${XBPS_CROSS_TRIPLET}-"
|
make_build_args="CROSS_COMPILE=${XBPS_CROSS_TRIPLET}-"
|
||||||
fi
|
elif [ "$CHROOT_READY" ]; then
|
||||||
|
hostmakedepends="gperf"
|
||||||
if [ "$CHROOT_READY" ]; then
|
|
||||||
hostmakedepends="perl"
|
|
||||||
if [ -z "$CROSS_BUILD" ]; then
|
|
||||||
hostmakedepends+=" gperf"
|
|
||||||
fi
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
libcap-devel_package() {
|
libcap-devel_package() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue