]> git.ipfire.org Git - people/pmueller/ipfire-3.x.git/blob - python-progressbar/python-progressbar.nm
prevent kernel address space leak via dmesg or /proc files
[people/pmueller/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.3
8 release = 1
9 arch = noarch
10 thisapp = progressbar-%{version}
11
12 groups = System/Libraries
13 url = http://code.google.com/p/python-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 = https://%{name}.googlecode.com/files/
24
25 build
26 requires
27 python-setuptools
28 python-devel
29 end
30
31 build
32 python setup.py build
33 end
34
35 install
36 python setup.py install --root=%{BUILDROOT}
37 end
38 end
39
40 packages
41 package %{name}
42 end