coreutils: Update from 8.27 to 8.28
[termux-packages] / packages / aria2 / build.sh
... / ...
CommitLineData
1TERMUX_PKG_HOMEPAGE=https://aria2.github.io
2TERMUX_PKG_DESCRIPTION="Download utility supporting HTTP/HTTPS, FTP, BitTorrent and Metalink"
3TERMUX_PKG_VERSION=1.32.0
4TERMUX_PKG_REVISION=2
5TERMUX_PKG_SRCURL=https://github.com/aria2/aria2/releases/download/release-${TERMUX_PKG_VERSION}/aria2-${TERMUX_PKG_VERSION}.tar.xz
6TERMUX_PKG_SHA256=546e9194a9135d665fce572cb93c88f30fb5601d113bfa19951107ced682dc50
7TERMUX_PKG_DEPENDS="c-ares, openssl, libxml2"
8# sqlite3 is only used for loading cookies from firefox or chrome:
9TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
10--with-openssl
11--without-gnutls
12--without-libuv
13--without-sqlite3
14ac_cv_func_basename=yes
15ac_cv_func_getaddrinfo=yes
16ac_cv_func_gettimeofday=yes
17ac_cv_func_sleep=yes
18ac_cv_func_usleep=yes
19ac_cv_search_getaddrinfo=no
20"