mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
main/libqrencode: mark no tests, fix license
This commit is contained in:
parent
156291d817
commit
d6e385ab05
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user