main/libidn: clarify license, drop html docs

This commit is contained in:
prspkt 2018-04-01 16:49:40 +00:00 committed by Timo Teräs
parent d0482455bd
commit 0ff58a811b

View File

@ -2,16 +2,16 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=libidn
pkgver=1.34
pkgrel=0
pkgrel=1
pkgdesc="Encode/Decode library for internationalized domain names"
url="https://www.gnu.org/software/libidn"
arch="all"
license="GPL"
license="GPL-2.0-or-later GPL-3.0-or-later LGPL-3.0-or-later"
depends=
makedepends=
checkdepends="diffutils"
install=
subpackages="$pkgname-doc $pkgname-dev"
subpackages="$pkgname-dev"
source="http://ftp.gnu.org/gnu/libidn/$pkgname-$pkgver.tar.gz
localename-test-fix.patch"
builddir="$srcdir/$pkgname-$pkgver"
@ -33,7 +33,8 @@ build() {
--sysconfdir=/etc \
--mandir=/usr/share/man \
--infodir=/usr/share/info \
--disable-nls
--disable-nls \
--disable-doc
make
}