]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - python-distutils-extra/python-distutils-extra.nm
ppp: Re-add ifname patch
[people/ms/ipfire-3.x.git] / python-distutils-extra / python-distutils-extra.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = python-distutils-extra
7 version = 2.25
8 release = 1
9 arch = noarch
10
11 groups = System/Libraries
12 url = https://launchpad.net/python-distutils-extra
13 license = GPLv2+
14 summary = Integrate more support into Python's distutils.
15
16 description
17 Enables you to easily integrate gettext support, themed icons and
18 scrollkeeper based documentation into Python's distutils.
19 end
20
21 source_dl =
22
23 build
24 requires
25 python-devel
26 python-setuptools
27 end
28
29 build
30 python setup.py build
31 end
32
33 install
34 python setup.py install --root=%{BUILDROOT}
35 end
36 end
37
38 packages
39 package %{name}
40 end