2015-06-13 01:03:31 +02:00
|
|
|
TERMUX_PKG_HOMEPAGE=https://www.gnu.org/software/wget/
|
|
|
|
TERMUX_PKG_DESCRIPTION="Commandline tool for retrieving files using HTTP, HTTPS and FTP"
|
2019-01-21 13:53:58 +01:00
|
|
|
TERMUX_PKG_LICENSE="GPL-3.0"
|
2020-12-20 14:16:34 +01:00
|
|
|
TERMUX_PKG_MAINTAINER="@termux"
|
2022-02-27 23:18:45 +01:00
|
|
|
TERMUX_PKG_VERSION=1.21.3
|
2022-03-01 04:52:15 +01:00
|
|
|
TERMUX_PKG_REVISION=1
|
2017-10-27 22:23:32 +02:00
|
|
|
TERMUX_PKG_SRCURL=https://mirrors.kernel.org/gnu/wget/wget-${TERMUX_PKG_VERSION}.tar.lz
|
2022-02-27 23:18:45 +01:00
|
|
|
TERMUX_PKG_SHA256=dbd2fb5e47149d4752d0eaa0dac68cc49cf20d46df4f8e326ffc8f18b2af4ea5
|
|
|
|
TERMUX_PKG_DEPENDS="libiconv, pcre2, openssl, libuuid, libandroid-support, zlib"
|
2018-12-09 21:12:36 +01:00
|
|
|
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
|
|
|
|
ac_cv_func_getpass=yes
|
2019-12-25 18:03:09 +01:00
|
|
|
ac_cv_header_spawn_h=no
|
2022-02-27 23:18:45 +01:00
|
|
|
ac_cv_libunistring=no
|
2018-12-09 21:12:36 +01:00
|
|
|
--disable-iri
|
|
|
|
--with-ssl=openssl
|
2022-02-27 23:18:45 +01:00
|
|
|
--with-included-libunistring=no
|
|
|
|
--without-libunistring-prefix
|
2018-12-09 21:12:36 +01:00
|
|
|
"
|