]> git.ipfire.org Git - people/arne_f/ipfire-3.x.git/blobdiff - pkgs/python-distutils-extra/python-distutils-extra.nm
Change file layout of the makefiles.
[people/arne_f/ipfire-3.x.git] / pkgs / python-distutils-extra / python-distutils-extra.nm
index 75c5307e18104914ce9c08e9f7f1a29e219645b5..3cb31634543789d274c6427c6421c6bc17ee8890 100644 (file)
@@ -1,53 +1,40 @@
 ###############################################################################
-#                                                                             #
-# IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007, 2008 Michael Tremer & Christian Schmidt                 #
-#                                                                             #
-# This program is free software: you can redistribute it and/or modify        #
-# it under the terms of the GNU General Public License as published by        #
-# the Free Software Foundation, either version 3 of the License, or           #
-# (at your option) any later version.                                         #
-#                                                                             #
-# This program is distributed in the hope that it will be useful,             #
-# but WITHOUT ANY WARRANTY; without even the implied warranty of              #
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the               #
-# GNU General Public License for more details.                                #
-#                                                                             #
-# You should have received a copy of the GNU General Public License           #
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.       #
-#                                                                             #
+# IPFire.org    - An Open Source Firewall Solution                            #
+# Copyright (C) - IPFire Development Team <info@ipfire.org>                   #
 ###############################################################################
 
-###############################################################################
-# Definitions
-###############################################################################
-
-include $(PKGROOT)/Include
-
-PKG_NAME       = python-distutils-extra
-PKG_VER        = 2.25
-PKG_REL        = 0
-PKG_ARCH       = noarch
-
-PKG_MAINTAINER =
-PKG_GROUPS     = System/Libraries
-PKG_URL        = https://launchpad.net/python-distutils-extra
-PKG_LICENSE    = GPLv2+
-PKG_SUMMARY    = Integrate more support into Python's distutils.
-
-PKG_BUILD_DEPS+= python-devel python-setuptools
-
-define PKG_DESCRIPTION
-       Enables you to easily integrate gettext support, themed icons and \
-       scrollkeeper based documentation into Python's distutils. 
-endef
-
-PKG_TARBALL    = $(THISAPP).tar.gz
-
-define STAGE_BUILD
-       cd $(DIR_APP) && python setup.py build
-endef
-
-define STAGE_INSTALL   
-       cd $(DIR_APP) && python setup.py install --root=$(BUILDROOT)
-endef
+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