comparison gnu/libidn/libidn.sh @ 1219:337f950c30f5

misc: use SPDX licenses
author David Demelier <markand@malikania.fr>
date Thu, 30 Sep 2021 09:05:45 +0200
parents 57dc83a39b13
children 4ccc42bf0284
comparison
equal deleted inserted replaced
1218:57dc83a39b13 1219:337f950c30f5
16 # 16 #
17 17
18 PKGNAME=libidn 18 PKGNAME=libidn
19 PKGVERSION=1.35 19 PKGVERSION=1.35
20 PKGREVISION=1 20 PKGREVISION=1
21 PKGLICENSE="LGPLv30+ GPLv20+ GPLv30+" 21 PKGLICENSE="LGPLv30+ GPL-2.0-only+ GPLv30+"
22 PKGSUMMARY="implementation of the Stringprep, Punycode and IDNA specifications" 22 PKGSUMMARY="implementation of the Stringprep, Punycode and IDNA specifications"
23 PKGDOWNLOAD="https://ftp.gnu.org/gnu/libidn/$PKGNAME-$PKGVERSION.tar.gz" 23 PKGDOWNLOAD="https://ftp.gnu.org/gnu/libidn/$PKGNAME-$PKGVERSION.tar.gz"
24 PKGOPTIONS="NLS" 24 PKGOPTIONS="NLS"
25 25
26 : ${CHOST:=$(uname -m)-linux-musl} 26 : ${CHOST:=$(uname -m)-linux-musl}