void-packages/srcpkgs/libcap/template

31 lines
956 B
Plaintext
Raw Normal View History

# Template file for 'libcap'
pkgname=libcap
2011-07-25 15:26:16 +02:00
version=2.22
2013-02-08 12:08:17 +01:00
revision=8
2012-07-09 15:12:03 +02:00
subpackages="$pkgname-devel $pkgname-pam $pkgname-progs"
hostmakedepends="gperf perl"
makedepends="pam-devel attr-devel"
2013-02-08 12:08:17 +01:00
short_desc="POSIX.1e capabilities suite"
maintainer="Juan RP <xtraeme@gmail.com>"
2011-07-25 15:26:16 +02:00
homepage="http://sites.google.com/site/fullycapable/"
license="GPL-2"
2012-07-09 15:12:03 +02:00
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
2012-01-30 17:56:00 +01:00
do_build() {
if [ "$XBPS_CROSS_BUILD" ]; then
2013-02-08 12:08:17 +01:00
make CC="$XBPS_CROSS_TRIPLET-gcc" BUILD_CC=gcc
else
make
fi
}
2012-01-30 17:56:00 +01:00
do_install() {
2012-07-12 23:59:46 +02:00
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
2012-01-30 17:56:00 +01:00
chmod 755 ${DESTDIR}/usr/lib/libcap.so.*
}