# Template file for 'libcap' pkgname=libcap version=2.71 revision=1 bootstrap=yes build_style=gnu-makefile make_build_args="GOLANG=no" make_use_env=yes make_check_target="test" short_desc="POSIX.1e capabilities suite" maintainer="skmpz " license="GPL-2.0-only, BSD-3-Clause" 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=b7006c9af5168315f35fc734bf1a8d2aa70766bd8b8c4340962e05b19c35b900 subpackages="libcap-devel libcap-progs" if [ "$CROSS_BUILD" ]; then make_build_args+=" CROSS_COMPILE=${XBPS_CROSS_TRIPLET}-" fi if [ "$CHROOT_READY" ]; then hostmakedepends="gperf" makedepends="pam-devel" make_build_args+=" PAM_CAP=yes" subpackages+=" libcap-pam" else make_build_args+=" PAM_CAP=no" fi make_install_args="${make_build_args} SBINDIR=/usr/bin exec_prefix=/usr LIBDIR=/usr/lib PKGCONFIGDIR=/usr/lib/pkgconfig RAISE_SETFCAP=no" post_install() { vlicense License } 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 } } libcap-pam_package() { conf_files="/etc/security/capability.conf" short_desc+=" - PAM module" pkg_install() { vinstall pam_cap/capability.conf 644 etc/security vmove usr/lib/security } }