libcap-pam: update to 2.25.
This commit is contained in:
parent
f8a75603f2
commit
fa7f62deab
1 changed files with 6 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'libcap-pam'
|
# Template file for 'libcap-pam'
|
||||||
pkgname=libcap-pam
|
pkgname=libcap-pam
|
||||||
version=2.24
|
version=2.25
|
||||||
revision=2
|
revision=1
|
||||||
wrksrc="libcap-${version}"
|
wrksrc="libcap-${version}"
|
||||||
hostmakedepends="gperf perl pam-devel"
|
hostmakedepends="gperf perl pam-devel"
|
||||||
makedepends="pam-devel attr-devel"
|
makedepends="pam-devel attr-devel"
|
||||||
|
@ -11,18 +11,17 @@ 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/libcap-$version.tar.xz"
|
distfiles="${KERNEL_SITE}/libs/security/linux-privs/libcap2/libcap-$version.tar.xz"
|
||||||
checksum=cee4568f78dc851d726fc93f25f4ed91cc223b1fe8259daa4a77158d174e6c65
|
checksum=693c8ac51e983ee678205571ef272439d83afe62dd8e424ea14ad9790bc35162
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
make CC="$CC" BUILD_CC=cc
|
make CC="$CC" BUILD_CC=cc
|
||||||
}
|
}
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
_destdir=${wrksrc}/temp_install
|
_destdir=${wrksrc}/temp_install
|
||||||
|
|
||||||
make DESTDIR=${_destdir} MANDIR=${_destdir}/usr/share/man \
|
make DESTDIR=${_destdir} MANDIR=/usr/share/man \
|
||||||
SBINDIR=${_destdir}/usr/sbin LIBDIR=${_destdir}/usr/lib \
|
SBINDIR=/usr/sbin LIBDIR=/usr/lib \
|
||||||
RAISE_SETFCAP=no PKGCONFIGDIR=${_destdir}/usr/lib/pkgconfig install
|
RAISE_SETFCAP=no PKGCONFIGDIR=/usr/lib/pkgconfig install
|
||||||
|
|
||||||
vinstall pam_cap/capability.conf 644 etc/security
|
vinstall pam_cap/capability.conf 644 etc/security
|
||||||
vmkdir usr/lib
|
vmkdir usr/lib
|
||||||
|
|
Loading…
Add table
Reference in a new issue