2021-02-08 19:00:36 +01:00
|
|
|
TERMUX_PKG_HOMEPAGE=https://gitlab.com/gnuwget/wget2
|
|
|
|
TERMUX_PKG_DESCRIPTION="The successor of GNU Wget, a file and recursive website downloader"
|
|
|
|
TERMUX_PKG_LICENSE="GPL-2.0"
|
2021-10-10 15:38:48 +02:00
|
|
|
TERMUX_PKG_MAINTAINER="@termux"
|
2021-10-14 07:23:55 +02:00
|
|
|
TERMUX_PKG_VERSION=2.0.0
|
|
|
|
TERMUX_PKG_SRCURL=https://mirrors.kernel.org/gnu/wget/wget2-${TERMUX_PKG_VERSION}.tar.lz
|
|
|
|
TERMUX_PKG_SHA256=da95b1477fa4ede1ac712f179c1354d9624fbc91e778d89cf8d2ae46aa15e3d2
|
2021-02-08 19:00:36 +01:00
|
|
|
TERMUX_PKG_DEPENDS="gpgme, libandroid-glob, libassuan, libgnutls, libgpg-error, pcre2"
|
|
|
|
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
|
|
|
|
ac_cv_header_spawn_h=no
|
|
|
|
-with-openssl=no
|
|
|
|
--with-ssl=gnutls
|
|
|
|
"
|
|
|
|
|
|
|
|
termux_step_pre_configure() {
|
|
|
|
LDFLAGS+=" -landroid-glob"
|
|
|
|
CFLAGS+=" -DNO_INLINE_GETPASS=1"
|
|
|
|
}
|