2018-08-25 16:47:34 +02:00
|
|
|
# Status: Does not work with openssl 1.1 or later.
|
2017-03-03 21:26:29 +01:00
|
|
|
TERMUX_PKG_HOMEPAGE=http://www.webdav.org/cadaver/
|
|
|
|
TERMUX_PKG_DESCRIPTION="cadaver is a command-line WebDAV client for Unix"
|
|
|
|
TERMUX_PKG_VERSION=0.23.3
|
2018-02-04 23:41:38 +01:00
|
|
|
TERMUX_PKG_REVISION=1
|
2018-08-11 22:57:04 +02:00
|
|
|
TERMUX_PKG_SRCURL=https://fossies.org/linux/www/old/cadaver-${TERMUX_PKG_VERSION}.tar.xz
|
2017-10-26 00:25:27 +02:00
|
|
|
TERMUX_PKG_SHA256=123772d7d33f06a76742dba874b1c444423b52ad3a7bbb87559616ec78b9ae5e
|
2018-02-04 23:54:28 +01:00
|
|
|
TERMUX_PKG_DEPENDS="openssl, libxml2, ncurses, readline"
|
2017-08-10 01:37:58 +02:00
|
|
|
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
|
|
|
|
--with-libxml2
|
|
|
|
--without-gssapi
|
2018-02-04 23:41:38 +01:00
|
|
|
--with-ssl=openssl
|
2017-08-10 01:37:58 +02:00
|
|
|
"
|
2017-03-03 21:26:29 +01:00
|
|
|
|
|
|
|
termux_step_pre_configure() {
|
|
|
|
export ac_cv_func_setlocale=no
|
2017-08-10 01:37:58 +02:00
|
|
|
}
|