ipfire-3.x/python-progressbar/python-progressbar.nm

43 lines
1.0 KiB
Plaintext

###############################################################################
# IPFire.org - An Open Source Firewall Solution #
# Copyright (C) - IPFire Development Team <info@ipfire.org> #
###############################################################################
name = python-progressbar
version = 2.3
release = 1
arch = noarch
thisapp = progressbar-%{version}
groups = System/Libraries
url = http://code.google.com/p/python-progressbar/
license = LGPLv2+
summary = Text progressbar library for python.
description
This library provides a text mode progress bar. This is typically used to
display the progress of a long running operation, providing a visual clue that
processing is under way.
end
source_dl = https://%{name}.googlecode.com/files/
build
requires
python-setuptools
python-devel
end
build
python setup.py build
end
install
python setup.py install --root=%{BUILDROOT}
end
end
packages
package %{name}
end