]> git.ipfire.org Git - people/arne_f/ipfire-3.x.git/blobdiff - pkgs/python-gudev/python-gudev.nm
Change file layout of the makefiles.
[people/arne_f/ipfire-3.x.git] / pkgs / python-gudev / python-gudev.nm
index a70b15305eb9711b0ff7e316f8c81735926857d3..5c0459b028a9fa6c1fa3519bdb59858d16fea51b 100644 (file)
@@ -1,52 +1,48 @@
 ###############################################################################
-#                                                                             #
-# 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-gudev
-PKG_VER        = 147.1
-PKG_REL        = 1
+name       = python-gudev
+version    = 147.1
+release    = 1
 
-PKG_MAINTAINER =
-PKG_GROUPS     = Development/Tools
-PKG_URL        = http://flex.sourceforge.net/
-PKG_LICENSE    = LGPLv3+
-PKG_SUMMARY    = Python (PyGObject) bindings to the GUDev library.
+groups     = Development/Tools
+url        = http://flex.sourceforge.net/
+license    = LGPLv3+
+summary    = Python (PyGObject) bindings to the GUDev library.
 
-PKG_BUILD_DEPS+= autoconf automake libtool libudev-devel pkg-config \
-       pygobject2-devel python-devel
-PKG_DEPS      += pygobject2
-
-define PKG_DESCRIPTION
+description
        python-gudev is a Python (PyGObject) binding to the GUDev UDEV library.
-endef
-
-PKG_TARBALL    = nzjrs-python-gudev-$(PKG_VER)-0-gcb29211.tar.gz
-DIR_APP        = $(DIR_SRC)/nzjrs-python-gudev-5fac65a
-
-define STAGE_PREPARE_CMDS
-       cd $(DIR_APP) && ./autogen.sh
-endef
-
-export CFLAGS += -I$(wildcard /usr/include/pygtk*)
+end
+
+source_dl  =
+sources    = nzjrs-python-gudev-%{version}-0-gcb29211.tar.gz
+
+build
+       requires
+               autoconf
+               automake
+               libtool
+               libudev-devel
+               pkg-config
+               pygobject2-devel
+               python-devel
+       end
+
+       DIR_APP = %{DIR_SRC}/nzjrs-python-gudev-5fac65a
+
+       CFLAGS += -I$(wildcard /usr/include/pygtk*)
+
+       prepare_cmds
+               ./autogen.sh
+       end
+end
+
+packages
+       package %{name}
+               requires
+                       pygobject2
+               end
+       end
+end