]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blame_incremental - python-urlgrabber/python-urlgrabber.nm
sip: update to 4.18.1
[people/amarx/ipfire-3.x.git] / python-urlgrabber / python-urlgrabber.nm
... / ...
CommitLineData
1###############################################################################
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
4###############################################################################
5
6name = python-urlgrabber
7version = 3.9.1
8release = 4
9arch = noarch
10thisapp = urlgrabber-%{version}
11
12groups = System/Libraries
13url = http://urlgrabber.baseurl.org/
14license = LGPLv2+
15summary = A high-level cross-protocol url-grabber.
16
17description
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.
21end
22
23source_dl =
24
25build
26 requires
27 python-devel
28 python-pycurl
29 end
30
31 prepare_cmds
32 # Move everything from /usr/libexec to /usr/lib/urlgrabber.
33 find . -type f | xargs sed -i "s@libexec@lib/urlgrabber@g"
34 end
35
36 build = # Nothing to do
37
38 install
39 python setup.py install --root=%{BUILDROOT}
40 end
41end
42
43packages
44 package %{name}
45 requires
46 python-pycurl
47 end
48 end
49end