]> git.pld-linux.org Git - packages/aria2.git/blame - aria2.spec
- 1.4.1
[packages/aria2.git] / aria2.spec
CommitLineData
dde6a250 1Summary: Aria2 is a download utility with resuming and segmented downloading
4a15c183 2Summary(pl.UTF-8): Narzędzie do pobierania plików z obsługą wznawiania i pobierania segmentowego
dde6a250 3Name: aria2
673be3b1 4Version: 1.4.1
5b5a5682 5Release: 1
dde6a250 6License: GPL
4a15c183 7Group: Applications/Networking
dde6a250 8Source0: http://dl.sourceforge.net/aria2/%{name}-%{version}.tar.bz2
673be3b1 9# Source0-md5: d063b3bd2bdf4afbcda67900e772e712
dde6a250 10URL: http://aria2.sourceforge.net/
11BuildRequires: gnutls-devel
12BuildRequires: libxml2-devel
13BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15%description
16Aria2 has segmented downloading engine in its core. It can download
17one file from multiple URLs or multiple connections from one URL. This
18results in very high speed downloading, very much faster than ordinary
19browsers. It can also download BitTorrent files. We implemented this
20engine in single-thread model. The architecture is very clean and easy
21to extend. It also supports Metalink version 3.0.
22
d0819d22 23%description -l pl.UTF-8
24Aria2 wykorzystuje silnik pobierania segmentowego. Może pobierać
25jeden plik z kilku adresów lub użyć wielu połączeń do jednego
26serwera. W rezultacie pobieranie jest bardzo szybkie, znacznie
27szybsze niż w przypadku standardowej przeglądarki WWW. Silnik ten
28zaimplementowany jest w modelu jednowątkowym. Aria2 charakteryzuje
29się bardzo prostą i rozszerzalną architekturą, która obsługuje także
30pliki BitTorrent oraz MetaLink w wersji 3.0.
31
dde6a250 32%prep
33%setup -q
34
35%build
36%configure
37%{__make}
38
39%install
40rm -rf $RPM_BUILD_ROOT
41
42%{__make} install \
43 DESTDIR=$RPM_BUILD_ROOT
44
5b5a5682 45%find_lang aria2
dde6a250 46
47%clean
48rm -rf $RPM_BUILD_ROOT
49
5b5a5682 50%files -f aria2.lang
dde6a250 51%defattr(644,root,root,755)
5b5a5682 52%doc AUTHORS ChangeLog NEWS README
dde6a250 53%attr(755,root,root) %{_bindir}/aria2c
54%{_mandir}/man1/*
This page took 0.066116 seconds and 4 git commands to generate.