2016-12-01 14:31:09 +01: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 13:53:58 +01:00
|
|
|
TERMUX_PKG_LICENSE="GPL-3.0"
|
2020-12-20 14:16:34 +01:00
|
|
|
TERMUX_PKG_MAINTAINER="@termux"
|
2020-08-15 07:34:54 +02:00
|
|
|
TERMUX_PKG_VERSION=4.9.2
|
2022-03-01 04:52:15 +01:00
|
|
|
TERMUX_PKG_REVISION=4
|
2022-02-19 10:46:32 +01:00
|
|
|
TERMUX_PKG_SRCURL=http://lftp.yar.ru/ftp/lftp-$TERMUX_PKG_VERSION.tar.gz
|
|
|
|
TERMUX_PKG_SHA256=a37589c61914073f53c5da0e68bd233b41802509d758a022000e1ae2076da733
|
2019-06-19 23:14:02 +02:00
|
|
|
TERMUX_PKG_DEPENDS="libandroid-support, libc++, libexpat, libiconv, openssl, readline, libidn2, zlib"
|
|
|
|
|
2015-06-28 23:14:40 +02: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 18:24:10 +01:00
|
|
|
ac_cv_header_glob_h=no
|
2017-08-20 22:32:51 +02:00
|
|
|
ac_cv_func_dn_expand=no
|
2022-02-19 10:46:32 +01:00
|
|
|
--with-openssl=$TERMUX_PREFIX
|
2017-08-20 22:32:51 +02:00
|
|
|
--with-expat=$TERMUX_PREFIX
|
|
|
|
--with-readline=$TERMUX_PREFIX
|
2019-04-15 01:01:18 +02:00
|
|
|
--with-zlib=$TERMUX_PREFIX
|
2017-08-20 22:32:51 +02:00
|
|
|
"
|
2016-05-04 14:54:30 +02:00
|
|
|
|
2019-02-08 10:37:29 +01:00
|
|
|
termux_step_pre_configure() {
|
2018-08-03 22:11:51 +02:00
|
|
|
CXXFLAGS+=" -DNO_INLINE_GETPASS=1"
|
2016-05-04 14:54:30 +02:00
|
|
|
}
|