Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37631463
en ru br
ALT Linux repos
S:1.36.0-alt1
5.0: 1.3.0-alt1
4.1: 0.13.1-alt1
4.0: 0.6.0-alt1.1

Other repositories
Upstream:0.12.1

Group :: Networking/File transfer
RPM: aria2

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: aria2
Version: 0.6.0
Release: alt1.1

Summary: aria2 - a simple utility for downloading files faster.
License: GPL
Group: Networking/File transfer
Url: http://aria2.sourceforge.net/
Packager: Andrey Semenov <mitrofan at altlinux.ru>

Source: %name-%version.tar.bz2

# Automatically added by buildreq on Thu Mar 23 2006

BuildRequires: gcc-c++ libssl-devel libstdc++-devel

%description
aria2 has segmented downloading engine in its core. By segmented downloding,
it can download files very much faster than ordinary browsers.
aria2 is in very early development stage. Currently it has following features:
* HTTP GET support
* HTTP Proxy support
* HTTP BASIC authentication support
* HTTP Proxy authentication support
* Segmented download
* Cookie support(currently aria2 ignores "expires")
* It can run as a daemon process.

%prep
%setup -q

%build
%configure
%make

%install
mkdir -p %buildroot%_bindir
%__install -pD -m755 src/aria2c %buildroot%_bindir/%name

%files
%doc AUTHORS ChangeLog README TODO
%_bindir/%name

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin