]> git.ipfire.org Git - people/arne_f/ipfire-3.x.git/blob - python-urlgrabber/python-urlgrabber.nm
Merge remote-tracking branch 'stevee/libatasmart'
[people/arne_f/ipfire-3.x.git] / python-urlgrabber / python-urlgrabber.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = python-urlgrabber
7 version = 3.9.1
8 release = 3
9 arch = noarch
10 thisapp = urlgrabber-%{version}
11
12 groups = System/Libraries
13 url = http://urlgrabber.baseurl.org/
14 license = LGPLv2+
15 summary = A high-level cross-protocol url-grabber.
16
17 description
18 A high-level cross-protocol url-grabber for python supporting HTTP,
19 FTP and file locations. Features include keepalive, byte ranges,
20 throttling, authentication, proxies and more.
21 end
22
23 source_dl =
24
25 build
26 requires
27 python-devel
28 python-pycurl
29 end
30
31 build = # Nothing to do
32
33 install
34 python setup.py install --root=%{BUILDROOT}
35 end
36 end
37
38 packages
39 package %{name}
40 requires
41 python-pycurl
42 end
43 end
44 end