2016-12-01 08:31:09 -05:00
|
|
|
TERMUX_PKG_HOMEPAGE=https://lftp.tech/
|
2015-06-13 01:03:31 +02:00
|
|
|
TERMUX_PKG_DESCRIPTION="FTP/HTTP client and file transfer program"
|
2019-01-21 14:53:58 +02:00
|
|
|
TERMUX_PKG_LICENSE="GPL-3.0"
|
2020-12-20 15:16:34 +02:00
|
|
|
TERMUX_PKG_MAINTAINER="@termux"
|
2020-08-15 11:04:54 +05:30
|
|
|
TERMUX_PKG_VERSION=4.9.2
|
2016-12-01 08:31:09 -05:00
|
|
|
TERMUX_PKG_SRCURL=https://lftp.tech/ftp/lftp-${TERMUX_PKG_VERSION}.tar.xz
|
2020-08-15 11:04:54 +05:30
|
|
|
TERMUX_PKG_SHA256=c517c4f4f9c39bd415d7313088a2b1e313b2d386867fe40b7692b83a20f0670d
|
2021-06-22 13:00:22 +05:30
|
|
|
TERMUX_PKG_REVISION=1
|
2019-06-20 00:14:02 +03:00
|
|
|
TERMUX_PKG_DEPENDS="libandroid-support, libc++, libexpat, libiconv, openssl, readline, libidn2, zlib"
|
|
|
|
|
2015-06-28 17:14:40 -04:00
|
|
|
# (1) Android has dn_expand, but lftp assumes that dn_skipname then exists, which it does not on android.
|
|
|
|
# (2) Use --with-openssl to use openssl instead of gnutls.
|
2017-08-20 22:32:51 +02:00
|
|
|
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
|
2019-12-21 19:24:10 +02:00
|
|
|
ac_cv_header_glob_h=no
|
2017-08-20 22:32:51 +02:00
|
|
|
ac_cv_func_dn_expand=no
|
|
|
|
--with-openssl
|
|
|
|
--with-expat=$TERMUX_PREFIX
|
|
|
|
--with-readline=$TERMUX_PREFIX
|
2019-04-15 02:01:18 +03:00
|
|
|
--with-zlib=$TERMUX_PREFIX
|
2017-08-20 22:32:51 +02:00
|
|
|
"
|
2016-05-04 08:54:30 -04:00
|
|
|
|
2019-02-08 17:37:29 +08:00
|
|
|
termux_step_pre_configure() {
|
2018-08-03 23:11:51 +03:00
|
|
|
CXXFLAGS+=" -DNO_INLINE_GETPASS=1"
|
2016-05-04 08:54:30 -04:00
|
|
|
}
|