]> git.pld-linux.org Git - packages/mget.git/commitdiff
- init PLD spec
authorczarny <czarny@pld-linux.org>
Fri, 30 Nov 2001 00:12:08 +0000 (00:12 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mget.spec -> 1.1

mget.spec [new file with mode: 0644]

diff --git a/mget.spec b/mget.spec
new file mode 100644 (file)
index 0000000..bf1d909
--- /dev/null
+++ b/mget.spec
@@ -0,0 +1,44 @@
+Summary:       A multithreated command-line download utility
+Summary(pl):   Wielow±tkowy klient HTTP/FTP
+Name:          mget
+Version:       1.3.2.2
+Release:       1
+License:       GPL
+Group:         Networking/Utilities
+Group(de):     Netzwerkwesen/Werkzeuge
+Group(es):     Red/Utilitarios
+Group(pl):     Sieciowe/Narzêdzia
+Group(pt_BR):  Rede/Utilitários
+Source0:       http://www.cse.iitk.ac.in/users/dbera/%{name}-%{version}.tar.gz
+URL:           http://www.cse.iitk.ac.in/users/dbera/mget.php
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This is a command line download manager. It splits the file into a
+number of segments and uses several separate threads to download each
+segment. It can handle proxies.
+
+%description -l pl
+Wielow±tkowe narzêdzie do ¶ci±gania plików. Potrafi podzieliæ plik na
+segmenty i ¶ci±gaæ je kilka na raz w tym samym czasie. Dziêki temu
+czas ci±gniêcia pliku skraca siê w niektórych przypadkach
+kilkakrotnie. Obs³uguje proxy.
+
+%prep
+%setup -q 
+
+%build
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_bindir}
+install mget $RPM_BUILD_ROOT%{_bindir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/* 
+%doc README
This page took 0.083739 seconds and 4 git commands to generate.