]> git.pld-linux.org Git - packages/axel.git/commitdiff
- initial pld release
authorareq <areq@pld-linux.org>
Sat, 5 May 2001 17:43:47 +0000 (17:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    axel.spec -> 1.1

axel.spec [new file with mode: 0644]

diff --git a/axel.spec b/axel.spec
new file mode 100644 (file)
index 0000000..126a9d7
--- /dev/null
+++ b/axel.spec
@@ -0,0 +1,46 @@
+Summary:       IP Flow Meter is a bandwidth analysis tool
+Name:          axel
+Version:       0.91
+Release:       1
+License:       GPL
+Group:         Networking/Utilities
+Group(de):     Netzwerkwesen/Werkzeuge
+Group(pl):     Sieciowe/Narzêdzia
+Source0:       http://www.lintux.cx/downloads/%{name}-%{version}.tar.gz
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This program downloads a file from a FTP/HTTP through multiple
+connections, managed by one single thread, storing all the data to one
+file. This is because I think it's more efficient.
+
+%prep
+%setup  -q 
+
+%build
+
+%{__make}
+
+gzip -9nf TODO CHANGES README
+
+%install
+
+rm -rf $RPM_BUILD_ROOT
+
+install -d $RPM_BUILD_ROOT%{_bindir}
+install -d $RPM_BUILD_ROOT%{_mandir}/man1/
+install -d $RPM_BUILD_ROOT%{_sysconfdir}
+
+install axel   $RPM_BUILD_ROOT%{_bindir}/
+install axel.1 $RPM_BUILD_ROOT%{_mandir}/man1/
+install axelrc.example $RPM_BUILD_ROOT%{_sysconfdir}/axelrc
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc *.gz
+%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/*
+%attr(755,root,root) %{_bindir}/*
+%{_mandir}/*
This page took 0.077976 seconds and 4 git commands to generate.