libcap: update to 2.67.

This commit is contained in:
mhmdanas 2023-01-30 16:45:43 +00:00 committed by Michal Vasilek
parent 7b47908cd6
commit 603a659841

View file

@ -1,6 +1,6 @@
# Template file for 'libcap'
pkgname=libcap
version=2.54
version=2.67
revision=1
bootstrap=yes
build_style=gnu-makefile
@ -10,20 +10,15 @@ make_use_env=yes
short_desc="POSIX.1e capabilities suite"
maintainer="skmpz <dem.procopiou@gmail.com>"
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"
distfiles="${KERNEL_SITE}/libs/security/linux-privs/libcap2/${pkgname}-${version}.tar.xz"
checksum=5091b24247999fd7a5e62bd9ac8bc761cda29f9baa0d1a2ca6a46f13891b4f0f
distfiles="${KERNEL_SITE}/libs/security/linux-privs/libcap2/libcap-${version}.tar.xz"
checksum=ce9b22fdc271beb6dae7543da5f74cf24cb82e6848cfd088a5a069dec5ea5198
if [ "$CROSS_BUILD" ]; then
make_build_args="CROSS_COMPILE=${XBPS_CROSS_TRIPLET}-"
fi
if [ "$CHROOT_READY" ]; then
hostmakedepends="perl"
if [ -z "$CROSS_BUILD" ]; then
hostmakedepends+=" gperf"
fi
elif [ "$CHROOT_READY" ]; then
hostmakedepends="gperf"
fi
libcap-devel_package() {