]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blobdiff - python-distutils-extra/python-distutils-extra.nm
Move all packages to root.
[people/amarx/ipfire-3.x.git] / python-distutils-extra / python-distutils-extra.nm
diff --git a/python-distutils-extra/python-distutils-extra.nm b/python-distutils-extra/python-distutils-extra.nm
new file mode 100644 (file)
index 0000000..3cb3163
--- /dev/null
@@ -0,0 +1,40 @@
+###############################################################################
+# IPFire.org    - An Open Source Firewall Solution                            #
+# Copyright (C) - IPFire Development Team <info@ipfire.org>                   #
+###############################################################################
+
+name       = python-distutils-extra
+version    = 2.25
+release    = 1
+arch       = noarch
+
+groups     = System/Libraries
+url        = https://launchpad.net/python-distutils-extra
+license    = GPLv2+
+summary    = Integrate more support into Python's distutils.
+
+description
+       Enables you to easily integrate gettext support, themed icons and
+       scrollkeeper based documentation into Python's distutils.
+end
+
+source_dl  =
+
+build
+       requires
+               python-devel
+               python-setuptools
+       end
+
+       build
+               python setup.py build
+       end
+
+       install
+               python setup.py install --root=%{BUILDROOT}
+       end
+end
+
+packages
+       package %{name}
+end