diff options
Diffstat (limited to 'system/libcap-ng')
-rw-r--r-- | system/libcap-ng/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
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/ |