libcap: update to 2.68.

This commit is contained in:
mhmdanas 2023-03-30 23:58:43 +01:00 committed by Andrew J. Hesford
parent 2c6b8c0f0d
commit 851599b352

View file

@ -1,19 +1,20 @@
# Template file for 'libcap' # Template file for 'libcap'
pkgname=libcap pkgname=libcap
version=2.67 version=2.68
revision=1 revision=1
bootstrap=yes bootstrap=yes
build_style=gnu-makefile build_style=gnu-makefile
make_install_args="SBINDIR=/usr/bin exec_prefix=/usr make_install_args="SBINDIR=/usr/bin exec_prefix=/usr
LIBDIR=/usr/lib PKGCONFIGDIR=/usr/lib/pkgconfig RAISE_SETFCAP=no" LIBDIR=/usr/lib PKGCONFIGDIR=/usr/lib/pkgconfig RAISE_SETFCAP=no"
make_use_env=yes make_use_env=yes
make_check_target="test"
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="https://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/libcap-${version}.tar.xz" distfiles="${KERNEL_SITE}/libs/security/linux-privs/libcap2/libcap-${version}.tar.xz"
checksum=ce9b22fdc271beb6dae7543da5f74cf24cb82e6848cfd088a5a069dec5ea5198 checksum=90be3b6d41be5f81ae4b03ec76012b0d27c829293684f6c05b65d5f9cce724b2
if [ "$CROSS_BUILD" ]; then if [ "$CROSS_BUILD" ]; then
make_build_args="CROSS_COMPILE=${XBPS_CROSS_TRIPLET}-" make_build_args="CROSS_COMPILE=${XBPS_CROSS_TRIPLET}-"