void-packages/srcpkgs/libcap/template

31 lines
956 B
Plaintext

# Template file for 'libcap'
pkgname=libcap
version=2.22
revision=8
subpackages="$pkgname-devel $pkgname-pam $pkgname-progs"
hostmakedepends="gperf perl"
makedepends="pam-devel attr-devel"
short_desc="POSIX.1e capabilities suite"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://sites.google.com/site/fullycapable/"
license="GPL-2"
distfiles="ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${version}.tar.gz"
#distfiles="${KERNEL_SITE}/libs/security/linux-privs/libcap2/$pkgname-$version.tar.bz2"
checksum=e1cae65d8febf2579be37c255d2e058715785ead481a4e6a4357a06aff84721f
do_build() {
if [ "$XBPS_CROSS_BUILD" ]; then
make CC="$XBPS_CROSS_TRIPLET-gcc" BUILD_CC=gcc
else
make
fi
}
do_install() {
make DESTDIR=${DESTDIR} MANDIR=${DESTDIR}/usr/share/man \
SBINDIR=${DESTDIR}/usr/sbin LIBDIR=${DESTDIR}/usr/lib \
RAISE_SETFCAP=no install
vinstall pam_cap/capability.conf 644 etc/security
chmod 755 ${DESTDIR}/usr/lib/libcap.so.*
}