Added aria - metalink/http/ftp/bittorrent supporting downloader
svn path=/nixpkgs/trunk/; revision=12175
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
|
||||
args : with args;
|
||||
let version="0.14.0"; in
|
||||
rec {
|
||||
src = /* Here a fetchurl expression goes */
|
||||
fetchurl {
|
||||
url = "http://downloads.sourceforge.net/aria2/aria2c-${version}.tar.bz2";
|
||||
sha256 = "0d6vpy7f4228byahsg4dlhalfkbscx941klhdlxd0y5c3mxxwkfr";
|
||||
};
|
||||
|
||||
buildInputs = [];
|
||||
configureFlags = [];
|
||||
|
||||
/* doConfigure should be specified separately */
|
||||
phaseNames = ["doConfigure" "doMakeInstall"];
|
||||
|
||||
name = "aria-" + version;
|
||||
meta = {
|
||||
description = "aria - multiprotocol DL manager";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user