]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blobdiff - pkgs/xcb-proto/xcb-proto.nm
Change file layout of the makefiles.
[people/ms/ipfire-3.x.git] / pkgs / xcb-proto / xcb-proto.nm
index 2d05e07b5bbaf263c9429840e62863e739c04d14..5eb1485490c040f18d01f420e4369bc01543c281 100644 (file)
@@ -1,47 +1,37 @@
 ###############################################################################
-#                                                                             #
-# 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       = xcb-proto
-PKG_VER        = 1.6
-PKG_REL        = 1
-PKG_ARCH       = noarch
+name       = xcb-proto
+version    = 1.6
+release    = 1
+arch       = noarch
 
-PKG_MAINTAINER = Stefan Schantl <stefan.schantl@ipfire.org>
-PKG_GROUPS     = X/Headers
-PKG_URL        = http://xcb.freedesktop.org/
-PKG_LICENSE    = MIT
-PKG_SUMMARY    = XCB protocol descriptions.
+maintainer = Stefan Schantl <stefan.schantl@ipfire.org>
+groups     = X/Headers
+url        = http://xcb.freedesktop.org/
+license    = MIT
+summary    = XCB protocol descriptions.
 
-PKG_BUILD_DEPS+= pkg-config python-devel
-
-define PKG_DESCRIPTION
+description
        XCB is a project to enable efficient language bindings to the X11 \
        protocol. This package contains the protocol descriptions themselves. \
        Language bindings use these protocol descriptions to generate code for \
        marshalling the protocol.
-endef
+end
+
+source_dl  = http://xcb.freedesktop.org/dist/
+sources    = %{thisapp}.tar.gz
+
+build
+       requires
+               pkg-config
+               python-devel
+       end
+end
 
-PKG_TARBALL    = $(THISAPP).tar.gz
+packages
+       package %{name}
+       end
+end