From 21f6ac6860a0a0e0f91fc1c6a6708b338cac820c Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Mon, 25 Jun 2018 03:36:06 -0500 Subject: system/libcap-ng: modernise and fix license --- system/libcap-ng/APKBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'system/libcap-ng') diff --git a/system/libcap-ng/APKBUILD b/system/libcap-ng/APKBUILD index 5a4809d59..7cb3a0db0 100644 --- a/system/libcap-ng/APKBUILD +++ b/system/libcap-ng/APKBUILD @@ -2,10 +2,10 @@ pkgname=libcap-ng pkgver=0.7.9 pkgrel=0 -pkgdesc="posix capabilities library" +pkgdesc="POSIX capabilities library" url="http://people.redhat.com/sgrubb/libcap-ng/index.html" arch="all" -license="GPL" +license="LGPL-2.1+" depends_dev="linux-headers" makedepends="python3 $depends_dev" makedepends_host="$depends_dev" @@ -13,7 +13,6 @@ subpackages="$pkgname-dev $pkgname-doc $pkgname-utils" source="http://people.redhat.com/sgrubb/libcap-ng/libcap-ng-$pkgver.tar.gz fix-includes.patch " -builddir="$srcdir/$pkgname-$pkgver" build() { cd "$builddir" @@ -38,7 +37,8 @@ package() { } utils() { - pkgdesc="posix capabilities utils" + pkgdesc="POSIX capabilities utilities" + license="GPL-2.0+" mkdir -p "$subpkgdir"/usr/bin mv "$pkgdir"/usr/bin/* "$subpkgdir"/usr/bin/ -- cgit v1.2.3-60-g2f50