]> git.ipfire.org Git - ipfire-3.x.git/blob - python-progressbar/python-progressbar.nm
Move all packages to root.
[ipfire-3.x.git] / python-progressbar / python-progressbar.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = python-progressbar
7 version = 2.2
8 release = 1
9 arch = noarch
10 thisapp = progressbar-%{version}
11
12 groups = System/Libraries
13 url = http://pypi.python.org/pypi/progressbar
14 license = LGPLv2+
15 summary = Text progressbar library for python.
16
17 description
18 This library provides a text mode progress bar. This is typically used to
19 display the progress of a long running operation, providing a visual clue that
20 processing is under way.
21 end
22
23 source_dl =
24
25 build
26 requires
27 python-devel
28 end
29
30 build
31 python setup.py build
32 end
33
34 install
35 python setup.py install --root=%{BUILDROOT}
36 end
37 end
38
39 packages
40 package %{name}
41 end