diff options
author | Marco Cecchetti <mrc.ildp@gmail.com> | 2010-05-12 23:31:56 +0200 |
---|---|---|
committer | Chess Griffin <chess@slackbuilds.org> | 2010-05-12 23:31:56 +0200 |
commit | a59da466b7593f03e6ac916adcaa5a6d1837ee0f (patch) | |
tree | 98246766ebcba7442ef7a2ae77650d5dd4197bf5 /network/aria2/README | |
parent | 0b3dc3e1e216bc0bc993de0138c56e17dc5e0f07 (diff) | |
download | slackbuilds-a59da466b7593f03e6ac916adcaa5a6d1837ee0f.tar.gz |
network/aria2: Added to 12.2 repository
Diffstat (limited to 'network/aria2/README')
-rw-r--r-- | network/aria2/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/network/aria2/README b/network/aria2/README new file mode 100644 index 0000000000..dc7304be8e --- /dev/null +++ b/network/aria2/README @@ -0,0 +1,8 @@ +aria2 is a utility for downloading files. The supported protocols +are HTTP(S), FTP, BitTorrent (DHT, PEX, MSE/PE), and Metalink. + +This requires c-ares from SlackBuilds.org. + +To use OpenSSL and Expat rather than GnuTLS and libxml2 run the +script as follows: + XML="libexpat" HTTPS="openssl" ./aria2.SlackBuild |