aboutsummaryrefslogtreecommitdiffstats
path: root/testing/spice-html5
diff options
context:
space:
mode:
authorTBK <tbk@jjtc.eu>2019-04-12 01:30:58 +0200
committerFrancesco Colista <fcolista@alpinelinux.org>2019-04-12 08:15:38 +0000
commit4159e747c08cabab668de799bd45fd022572be44 (patch)
treeaa8c626ddba1641af8938a2d00da5a07ab8a0177 /testing/spice-html5
parentd5bd6c40108e6dc414c1f36e83b6f69cd3c5ed37 (diff)
downloadaports-4159e747c08cabab668de799bd45fd022572be44.tar.bz2
aports-4159e747c08cabab668de799bd45fd022572be44.tar.xz
testing/spice-html5: clarify license
Diffstat (limited to 'testing/spice-html5')
-rw-r--r--testing/spice-html5/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/spice-html5/APKBUILD b/testing/spice-html5/APKBUILD
index 1b8a9fcbbb..34b5f81a7e 100644
--- a/testing/spice-html5/APKBUILD
+++ b/testing/spice-html5/APKBUILD
@@ -6,7 +6,8 @@ pkgrel=0
pkgdesc="A html5 client for the spice protocol"
url="https:://github.com/SPICE/spice-html5"
arch="noarch"
-license="GPL"
+license="GPL-3.0-or-later LGPL-3.0-or-later"
+options="!check" # No test suite
source="$pkgname-$pkgver.tar.gz::https://github.com/freedesktop/$pkgname/archive/$pkgname-$pkgver.tar.gz
support-busybox-install.patch"
builddir="$srcdir/$pkgname-$pkgname-$pkgver"