preload-hacks: Some patches to make it work.
[termux-packages] / packages / cadaver / build.sh
... / ...
CommitLineData
1TERMUX_PKG_HOMEPAGE=http://www.webdav.org/cadaver/
2TERMUX_PKG_DESCRIPTION="cadaver is a command-line WebDAV client for Unix"
3TERMUX_PKG_VERSION=0.23.3
4TERMUX_PKG_REVISION=1
5TERMUX_PKG_SRCURL=https://fossies.org/linux/www/cadaver-${TERMUX_PKG_VERSION}.tar.xz
6TERMUX_PKG_SHA256=123772d7d33f06a76742dba874b1c444423b52ad3a7bbb87559616ec78b9ae5e
7TERMUX_PKG_DEPENDS="openssl, libxml2, ncurses, readline"
8TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
9--with-libxml2
10--without-gssapi
11--with-ssl=openssl
12"
13
14termux_step_pre_configure() {
15 export ac_cv_func_setlocale=no
16}