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