comparison network/wget/wget.sh @ 573:e1b73f64408d

compression/zlib: rename from lib/zlib
author David Demelier <markand@malikania.fr>
date Mon, 08 Jul 2019 20:10:00 +0200
parents bad483aace64
children 25cecc6dca48
comparison
equal deleted inserted replaced
572:1d82637c2980 573:e1b73f64408d
19 PKGVERSION=1.20.1 19 PKGVERSION=1.20.1
20 PKGREVISION=1 20 PKGREVISION=1
21 PKGLICENSE="GPLv3" 21 PKGLICENSE="GPLv3"
22 PKGSUMMARY="GNU network utility to retrieve files from the web" 22 PKGSUMMARY="GNU network utility to retrieve files from the web"
23 PKGDOWNLOAD="https://ftp.gnu.org/gnu/$PKGNAME/$PKGNAME-$PKGVERSION.tar.lz" 23 PKGDOWNLOAD="https://ftp.gnu.org/gnu/$PKGNAME/$PKGNAME-$PKGVERSION.tar.lz"
24 PKGDEPENDS="network/gnutls lib/libunistring lib/zlib" 24 PKGDEPENDS="network/gnutls lib/libunistring compression/zlib"
25 PKGOPTIONS="NLS SSL UUID" 25 PKGOPTIONS="NLS SSL UUID"
26 26
27 : ${CHOST:=$(uname -m)-linux-musl} 27 : ${CHOST:=$(uname -m)-linux-musl}
28 : ${CBUILD:=$(uname -m)-linux-musl} 28 : ${CBUILD:=$(uname -m)-linux-musl}
29 : ${CC:=clang} 29 : ${CC:=clang}