]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blobdiff - pkgs/xorg-x11-util-macros/xorg-x11-util-macros.nm
Change file layout of the makefiles.
[people/ms/ipfire-3.x.git] / pkgs / xorg-x11-util-macros / xorg-x11-util-macros.nm
index ea54e2545c0ff0a7c8ddfff2b8306ad45ba45857..20f170ebc80cd21b1a63180cbd659d19af712985 100644 (file)
@@ -1,52 +1,42 @@
 ###############################################################################
-#                                                                             #
-# 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
-###############################################################################
+name       = xorg-x11-util-macros
+version    = 1.10.0
+release    = 1
+arch       = noarch
 
-include $(PKGROOT)/Include
+maintainer = Stefan Schantl <stefan.schantl@ipfire.org>
+groups     = X/Libraries
+url        = http://www.x.org/
+license    = MIT
+summary    = X.Org X11 Autotools macros.
 
-PKG_NAME       = xorg-x11-util-macros
-PKG_VER        = 1.10.0
-PKG_REL        = 1
-PKG_ARCH       = noarch
+description
+       X.Org X11 autotools macros required for building the various
+       packages that comprise the X Window System.
+end
 
-PKG_MAINTAINER = Stefan Schantl <stefan.schantl@ipfire.org>
-PKG_GROUPS     = X/Libraries
-PKG_URL        = http://www.x.org/
-PKG_LICENSE    = MIT
-PKG_SUMMARY    = X.Org X11 Autotools macros. 
+source_dl = http://ftp.x.org/pub/individual/util/
 
-PKG_BUILD_DEPS+= pkg-config
+sources   = util-macros-%{version}.tar.bz2
 
-define PKG_DESCRIPTION
-       X.Org X11 autotools macros required for building the various \
-       packages that comprise the X Window System.
-endef
+build
+       requires
+               pkg-config
+       end
 
-PKG_TARBALL    = util-macros-$(PKG_VER).tar.bz2
+       DIR_APP = %{DIR_SRC}/util-macros-%{version}
 
-DIR_APP = $(DIR_SRC)/util-macros-$(PKG_VER)
+       configure_options += \
+               --disable-static
 
-CONFIGURE_OPTIONS += \
-       --disable-static
+       make_install_target += \
+               INSTALL="install -p"
+end
 
-INSTALL_TARGET += INSTALL="install -p" 
+packages
+       package %{name}
+end