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