[Lunar-commits] <moonbase-other> aria2: resurrected and bumped
v4hn
me at v4hn.de
Tue Jul 10 16:30:32 CEST 2012
commit 9284b4690972dd8627adf6a9adefff00cd32781c
Author: v4hn <me at v4hn.de>
Date: Tue, 10 Jul 2012 07:30:32 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/9284b4690972dd8627adf6a9adefff00cd32781c
aria2: resurrected and bumped
---
ftp/aria2/BUILD +6/-0
ftp/aria2/DEPENDS +5/-0
ftp/aria2/DETAILS +19/-0
3 files changed, 30 insertions (+), 0 deletions (-)
--- /dev/null
+++ b/ftp/aria2/BUILD
@@ -0,0 +1,6 @@
+(
+
+ sedit '/AuthConfig.h/ a#include <ostream>' src/AuthConfig.cc &&
+ default_build
+
+) > $C_FIFO 2>&1
--- /dev/null
+++ b/ftp/aria2/DEPENDS
@@ -0,0 +1,5 @@
+optional_depends "openssl" "" "--without-openssl" "for HTTPS/BitTorrent support"
+optional_depends "libxml2" "" "--without-libxml2" "for Hash checking for Metalink"
+optional_depends "c-ares" "" "--without-libcares" "for asynchronous DNS support"
+optional_depends "zlib" "" "--without-libz" "for gzip, deflate in HTTP"
+optional_depends "sqlite" "" "--without-sqlite3" "for Firefox3 Cookie"
--- /dev/null
+++ b/ftp/aria2/DETAILS
@@ -0,0 +1,19 @@
+ MODULE=aria2
+ VERSION=1.15.1
+ SOURCE=$MODULE-$VERSION.tar.xz
+ SOURCE_URL=$SFORGE_URL/$MODULE
+ SOURCE_VFY=sha1:214acdc9b99a3e7322379da33101089ab14eeead
+ WEB_SITE=http://aria2.sourceforge.net
+ ENTERED=20071024
+ UPDATED=20120709
+ SHORT="Commandline downloader"
+
+cat << EOF
+aria2 is a download utility with resuming and segmented downloading.
+Supported protocols:
+ -- HTTP
+ -- HTTPS
+ -- FTP
+ -- BitTorrent
+ -- Metalink
+EOF
More information about the Lunar-commits
mailing list