void-packages/srcpkgs/libcap/template

29 lines
962 B
Text
Raw Normal View History

# Template file for 'libcap'
pkgname=libcap
2011-07-25 13:26:16 +00:00
version=2.22
2012-07-12 21:59:46 +00:00
revision=7
2012-07-09 13:12:03 +00:00
subpackages="$pkgname-devel $pkgname-pam $pkgname-progs"
makedepends="perl pam-devel attr-devel"
short_desc="POSIX.1e capabilities library"
maintainer="Juan RP <xtraeme@gmail.com>"
2011-07-25 13:26:16 +00:00
homepage="http://sites.google.com/site/fullycapable/"
license="GPL-2"
2012-07-09 13:12:03 +00: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
long_desc="
libcap is a library for getting and setting POSIX.1e (formerly POSIX 6)
draft 15 capabilities."
2012-01-30 16:56:00 +00:00
do_build() {
make ${makejobs}
}
2012-01-30 16:56:00 +00:00
do_install() {
2012-07-12 21:59:46 +00: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 16:56:00 +00:00
chmod 755 ${DESTDIR}/usr/lib/libcap.so.*
}