libcap: update to 2.20.
This commit is contained in:
parent
c872e358e2
commit
ad09e62c04
2 changed files with 3 additions and 6 deletions
|
@ -5,8 +5,6 @@ long_desc="${long_desc}
|
|||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
revision=1
|
||||
|
||||
Add_dependency run glibc-devel
|
||||
Add_dependency run libcap
|
||||
|
||||
|
|
|
@ -1,12 +1,11 @@
|
|||
# Template file for 'libcap'
|
||||
pkgname=libcap
|
||||
version=2.19
|
||||
revision=1
|
||||
version=2.20
|
||||
distfiles="${KERNEL_SITE}/libs/security/linux-privs/libcap2/$pkgname-$version.tar.bz2"
|
||||
build_style=custom-install
|
||||
short_desc="POSIX.1e capabilities library"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=ed1693e344054a398e68a7cc840892e3d1a880562743bdf28fd918649aa5a4ce
|
||||
checksum=20e7c1ea4d3d5c410efb3a6ff138dc417912fae316d883460dcd58d9803a9220
|
||||
long_desc="
|
||||
libcap is a library for getting and setting POSIX.1e (formerly POSIX 6)
|
||||
draft 15 capabilities."
|
||||
|
@ -32,7 +31,7 @@ do_install()
|
|||
cd ${DESTDIR}/usr && ln -s lib lib64 && cd ${wrksrc}
|
||||
fi
|
||||
|
||||
make DESTDIR=${DESTDIR} prefix=/usr install
|
||||
make DESTDIR=${DESTDIR} prefix=/usr RAISE_SETFCAP=no install
|
||||
|
||||
install -D -m644 ${wrksrc}/pam_cap/capability.conf \
|
||||
${DESTDIR}/etc/security/capability.conf
|
||||
|
|
Loading…
Reference in a new issue