diff options
-rw-r--r-- | user/libstatgrab/APKBUILD | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/user/libstatgrab/APKBUILD b/user/libstatgrab/APKBUILD index 9ae1a1494..5c3e15cc5 100644 --- a/user/libstatgrab/APKBUILD +++ b/user/libstatgrab/APKBUILD @@ -6,17 +6,15 @@ pkgrel=0 pkgdesc="Library for cross-platform access to system statistics." url="https://www.i-scream.org/libstatgrab" arch="all" -license="GPL-2.0+ LGPL-2.1+" +license="GPL-2.0+ AND LGPL-2.1+" depends="" depends_dev="ncurses-dev" checkdepends="perl" makedepends="autoconf automake libtool $depends_dev" -install="" subpackages="$pkgname-dev $pkgname-doc" source="https://ftp.i-scream.org/pub/i-scream/$pkgname/$pkgname-$pkgver.tar.gz fix-configure.patch nongnu.patch" -builddir="$srcdir/$pkgname-$pkgver" build() { cd "$builddir" |