curl: Update from 7.54.0 to 7.54.1
[termux-packages] / packages / libcurl / build.sh
CommitLineData
a4d4b151 1TERMUX_PKG_HOMEPAGE=https://curl.haxx.se/
59f0d218 2TERMUX_PKG_DESCRIPTION="Easy-to-use client-side URL transfer library"
e8cf9c28 3TERMUX_PKG_DEPENDS="openssl, libnghttp2"
34a2e811 4TERMUX_PKG_VERSION=7.54.1
88183689 5TERMUX_PKG_SRCURL=http://curl.askapache.com/download/curl-${TERMUX_PKG_VERSION}.tar.bz2
34a2e811 6TERMUX_PKG_SHA256=fdfc4df2d001ee0c44ec071186e770046249263c491fcae48df0e1a3ca8f25a0
73bc946e
FF
7TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
8--with-ca-bundle=$TERMUX_PREFIX/etc/tls/cert.pem
9--with-nghttp2
10--without-libidn
11--without-librtmp
12--with-ssl
13"
59f0d218 14TERMUX_PKG_RM_AFTER_INSTALL="bin/curl-config share/man/man1/curl-config.1"