termux-elf-cleaner: Move to standalone repo
[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.31.0
4TERMUX_PKG_SRCURL=https://github.com/aria2/aria2/releases/download/release-${TERMUX_PKG_VERSION}/aria2-${TERMUX_PKG_VERSION}.tar.xz
5TERMUX_PKG_SHA256=7b85619048b23406f241e38a5b1b8b0bc2cae9e80fd117810c2a71ecca813f8c
6TERMUX_PKG_DEPENDS="c-ares, openssl, libxml2"
7# sqlite3 is only used for loading cookies from firefox or chrome:
8TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
9--with-openssl
10--without-gnutls
11--without-libuv
12--without-sqlite3
13ac_cv_func_basename=yes
14ac_cv_func_getaddrinfo=yes
15ac_cv_func_gettimeofday=yes
16ac_cv_func_sleep=yes
17ac_cv_func_usleep=yes
18ac_cv_search_getaddrinfo=no
19"