# Template file for 'libcap'
pkgname=libcap
version=2.67
revision=1
bootstrap=yes
build_style=gnu-makefile
make_install_args="SBINDIR=/usr/bin exec_prefix=/usr
 LIBDIR=/usr/lib PKGCONFIGDIR=/usr/lib/pkgconfig RAISE_SETFCAP=no"
make_use_env=yes
short_desc="POSIX.1e capabilities suite"
maintainer="skmpz <dem.procopiou@gmail.com>"
license="GPL-2.0-only"
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/libcap-${version}.tar.xz"
checksum=ce9b22fdc271beb6dae7543da5f74cf24cb82e6848cfd088a5a069dec5ea5198

if [ "$CROSS_BUILD" ]; then
	make_build_args="CROSS_COMPILE=${XBPS_CROSS_TRIPLET}-"
elif [ "$CHROOT_READY" ]; then
	hostmakedepends="gperf"
fi

libcap-devel_package() {
	depends="${sourcepkg}>=${version}_${revision}"
	short_desc+=" - development files"
	pkg_install() {
		vmove usr/include
		vmove usr/lib/libcap.a
		vmove usr/lib/libcap.so
		vmove usr/lib/libpsx.a
		vmove usr/lib/libpsx.so
		vmove usr/share/man/man3
		vmove usr/lib/pkgconfig
	}
}

libcap-progs_package() {
	short_desc+=" - utilities"
	pkg_install() {
		vmove usr/bin
		vmove usr/share
	}
}
