blob: c48620b58834d2d4ceb67529143273250fb432f8 (
plain)
1
2
3
4
5
6
|
aria2 is a utility for downloading files. The supported protocols
are HTTP(S), FTP, BitTorrent (DHT, PEX, MSE/PE), and Metalink.
To use OpenSSL and Expat rather than GnuTLS and libxml2 run the
script as follows:
XML="libexpat" HTTPS="openssl" ./aria2.SlackBuild
|