diff options
author | TBK <tbk@jjtc.eu> | 2019-04-12 01:30:58 +0200 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2019-04-12 08:15:38 +0000 |
commit | 4159e747c08cabab668de799bd45fd022572be44 (patch) | |
tree | aa8c626ddba1641af8938a2d00da5a07ab8a0177 /testing/spice-html5 | |
parent | d5bd6c40108e6dc414c1f36e83b6f69cd3c5ed37 (diff) | |
download | aports-4159e747c08cabab668de799bd45fd022572be44.tar.bz2 aports-4159e747c08cabab668de799bd45fd022572be44.tar.xz |
testing/spice-html5: clarify license
Diffstat (limited to 'testing/spice-html5')
-rw-r--r-- | testing/spice-html5/APKBUILD | 3 |
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" |