Added libcap-2.16 template.
--HG-- extra : convert_revision : 7feb0f71a27408a9ac7f13300a634cae9a85829d
This commit is contained in:
32
templates/libcap/template
Normal file
32
templates/libcap/template
Normal file
@@ -0,0 +1,32 @@
|
||||
# Template file for 'libcap'
|
||||
pkgname=libcap
|
||||
sourcepkg=$pkgname
|
||||
version=2.16
|
||||
distfiles="${KERNEL_SITE}/libs/security/linux-privs/libcap2/$pkgname-$version.tar.bz2"
|
||||
build_style=gnu_makefile
|
||||
make_install_args="prefix=/usr"
|
||||
short_desc="POSIX.1e capabilities library"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=9c5a41a5577d6f702fe4d29e92f91f1d586a2ef272f6b7fa137bae3f0e76cc2f
|
||||
long_desc="
|
||||
libcap is a library for getting and setting POSIX.1e (formerly POSIX 6)
|
||||
draft 15 capabilities."
|
||||
|
||||
subpackages="devel pam progs"
|
||||
Add_dependency build perl
|
||||
Add_dependency build pam
|
||||
Add_dependency full glibc
|
||||
|
||||
pre_configure()
|
||||
{
|
||||
sed -i -e "s|LIBDIR=\$(FAKEROOT)\$(lib_prefix)\/lib|LIBDIR=\$(FAKEROOT)/\$(lib)|g" \
|
||||
${wrksrc}/Make.Rules
|
||||
}
|
||||
|
||||
post_install()
|
||||
{
|
||||
install -D -m644 ${wrksrc}/pam_cap/capability.conf \
|
||||
${DESTDIR}/etc/security/capability.conf
|
||||
mkdir -p ${DESTDIR}/lib
|
||||
mv ${DESTDIR}/usr/lib/security ${DESTDIR}/lib
|
||||
}
|
||||
Reference in New Issue
Block a user