libcap: update to 2.46.
This commit is contained in:
parent
273ae60896
commit
cfa897cad8
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'libcap'
|
||||
pkgname=libcap
|
||||
version=2.45
|
||||
version=2.46
|
||||
revision=1
|
||||
bootstrap=yes
|
||||
build_style=gnu-makefile
|
||||
|
@ -13,7 +13,7 @@ maintainer="skmpz <dem.procopiou@gmail.com>"
|
|||
license="GPL-2.0-only"
|
||||
homepage="http://sites.google.com/site/fullycapable/"
|
||||
distfiles="${KERNEL_SITE}/libs/security/linux-privs/libcap2/${pkgname}-${version}.tar.xz"
|
||||
checksum=d66639f765c0e10557666b00f519caf0bd07a95f867dddaee131cd284fac3286
|
||||
checksum=4ed3d11413fa6c9667e49f819808fbb581cd8864b839f87d7c2a02c70f21d8b4
|
||||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
make_build_args="CROSS_COMPILE=${XBPS_CROSS_TRIPLET}-"
|
||||
|
@ -27,7 +27,7 @@ if [ "$CHROOT_READY" ]; then
|
|||
fi
|
||||
|
||||
libcap-devel_package() {
|
||||
depends="libcap>=${version}_${revision}"
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
|
|
Loading…
Reference in a new issue