]> git.pld-linux.org Git - packages/aria2.git/commitdiff
- init PLD spec
authorareq <areq@pld-linux.org>
Sat, 17 Mar 2007 19:04:38 +0000 (19:04 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    aria2.spec -> 1.1

aria2.spec [new file with mode: 0644]

diff --git a/aria2.spec b/aria2.spec
new file mode 100644 (file)
index 0000000..0a4012f
--- /dev/null
@@ -0,0 +1,44 @@
+Summary:       Aria2 is a download utility with resuming and segmented downloading
+Name:          aria2
+Version:       0.10.1
+Release:       0.1
+License:       GPL
+Group:         Applications
+Source0:       http://dl.sourceforge.net/aria2/%{name}-%{version}.tar.bz2
+# Source0-md5: ee56d934d11c70e8d3b778658e5d7d9d
+URL:           http://aria2.sourceforge.net/
+BuildRequires: gnutls-devel
+BuildRequires: libxml2-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Aria2 has segmented downloading engine in its core. It can download
+one file from multiple URLs or multiple connections from one URL. This
+results in very high speed downloading, very much faster than ordinary
+browsers. It can also download BitTorrent files. We implemented this
+engine in single-thread model. The architecture is very clean and easy
+to extend. It also supports Metalink version 3.0.
+
+%prep
+%setup -q
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%find_lang aria2c
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files -f aria2c.lang
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog NEWS README TODO
+%attr(755,root,root) %{_bindir}/aria2c
+%{_mandir}/man1/*
This page took 0.056192 seconds and 4 git commands to generate.