mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 05:17:07 +02:00
main/libidn: clarify license, drop html docs
This commit is contained in:
parent
d0482455bd
commit
0ff58a811b
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user