aboutsummaryrefslogtreecommitdiffstats
path: root/main/libqrencode
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2018-02-10 23:31:43 -0600
committerWilliam Pitcock <nenolod@dereferenced.org>2018-02-16 18:07:36 +0000
commitd6e385ab051157eaffeac5a74d36ceaa12fd018f (patch)
tree928af80a3ea41ce7e673607bd6d323cc85aaa0ab /main/libqrencode
parent156291d817c946e617d707a69974dd6b214516a4 (diff)
downloadaports-d6e385ab051157eaffeac5a74d36ceaa12fd018f.tar.bz2
aports-d6e385ab051157eaffeac5a74d36ceaa12fd018f.tar.xz
main/libqrencode: mark no tests, fix license
Diffstat (limited to 'main/libqrencode')
-rw-r--r--main/libqrencode/APKBUILD13
1 files changed, 7 insertions, 6 deletions
diff --git a/main/libqrencode/APKBUILD b/main/libqrencode/APKBUILD
index a493616f0a..84b5ecec2b 100644
--- a/main/libqrencode/APKBUILD
+++ b/main/libqrencode/APKBUILD
@@ -2,20 +2,21 @@
# Maintainer: William Pitcock <nenolod@dereferenced.org>
pkgname=libqrencode
pkgver=4.0.0
-pkgrel=0
-pkgdesc="library for encoding QR codes"
+pkgrel=1
+pkgdesc="Library for encoding QR codes"
url="https://fukuchi.org/works/qrencode/index.html"
arch="all"
-license="LGPL"
+options="!check" # No test suite.
+license="LGPL-2.1+"
makedepends="libpng-dev libtool"
subpackages="$pkgname-dev $pkgname-doc"
source="http://fukuchi.org/works/qrencode/qrencode-$pkgver.tar.bz2"
builddir="$srcdir/qrencode-$pkgver"
prepare() {
- cd "$builddir"
- default_prepare
- update_config_sub
+ cd "$builddir"
+ default_prepare
+ update_config_sub
}
build() {