libcap: update to 2.25.
This commit is contained in:
parent
10836a3dde
commit
f8a75603f2
1 changed files with 6 additions and 8 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'libcap'
|
||||
pkgname=libcap
|
||||
version=2.24
|
||||
revision=5
|
||||
version=2.25
|
||||
revision=1
|
||||
bootstrap=yes
|
||||
makedepends="attr-devel"
|
||||
short_desc="POSIX.1e capabilities suite"
|
||||
|
@ -9,7 +9,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|||
homepage="http://sites.google.com/site/fullycapable/"
|
||||
license="GPL-2"
|
||||
distfiles="${KERNEL_SITE}/libs/security/linux-privs/libcap2/$pkgname-$version.tar.xz"
|
||||
checksum=cee4568f78dc851d726fc93f25f4ed91cc223b1fe8259daa4a77158d174e6c65
|
||||
checksum=693c8ac51e983ee678205571ef272439d83afe62dd8e424ea14ad9790bc35162
|
||||
|
||||
if [ "$CHROOT_READY" ]; then
|
||||
hostmakedepends="gperf perl"
|
||||
|
@ -24,11 +24,9 @@ do_build() {
|
|||
make CC="$CC" BUILD_CC=cc
|
||||
}
|
||||
do_install() {
|
||||
make DESTDIR=${DESTDIR} MANDIR=${DESTDIR}/usr/share/man \
|
||||
SBINDIR=${DESTDIR}/usr/bin LIBDIR=${DESTDIR}/usr/lib \
|
||||
RAISE_SETFCAP=no PKGCONFIGDIR=${DESTDIR}/usr/lib/pkgconfig install
|
||||
|
||||
chmod 755 ${DESTDIR}/usr/lib/libcap.so.*
|
||||
make DESTDIR=${DESTDIR} MANDIR=/usr/share/man \
|
||||
SBINDIR=/usr/bin LIBDIR=/usr/lib \
|
||||
RAISE_SETFCAP=no PKGCONFIGDIR=/usr/lib/pkgconfig install
|
||||
}
|
||||
|
||||
libcap-devel_package() {
|
||||
|
|
Loading…
Reference in a new issue