comparison core/util-linux/util-linux.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
35 # 35 #
36 36
37 PKGNAME=util-linux 37 PKGNAME=util-linux
38 PKGVERSION=2.33.1 38 PKGVERSION=2.33.1
39 PKGREVISION=1 39 PKGREVISION=1
40 PKGLICENSE="GPLv20+" 40 PKGLICENSE="GPL-2.0-only+"
41 PKGSUMMARY="standard Linux utilities" 41 PKGSUMMARY="standard Linux utilities"
42 PKGDOWNLOAD="https://mirrors.edge.kernel.org/pub/linux/utils/$PKGNAME/v2.33/$PKGNAME-$PKGVERSION.tar.xz" 42 PKGDOWNLOAD="https://mirrors.edge.kernel.org/pub/linux/utils/$PKGNAME/v2.33/$PKGNAME-$PKGVERSION.tar.xz"
43 PKGOPTIONS="AUDIT COLORS COMPONENTS NCURSES NLS PYTHON SELINUX" 43 PKGOPTIONS="AUDIT COLORS COMPONENTS NCURSES NLS PYTHON SELINUX"
44 44
45 : ${CHOST:=$(uname -m)-linux-musl} 45 : ${CHOST:=$(uname -m)-linux-musl}