[tools] turn util-macros into tools/xorg-macros host build, provides global xorg...
authorJo-Philipp Wich <jow@openwrt.org>
Fri, 10 Dec 2010 20:23:48 +0000 (20:23 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Fri, 10 Dec 2010 20:23:48 +0000 (20:23 +0000)
SVN-Revision: 24452

Xorg/xorg/util/util-macros/Makefile [deleted file]

diff --git a/Xorg/xorg/util/util-macros/Makefile b/Xorg/xorg/util/util-macros/Makefile
deleted file mode 100644 (file)
index 356b766..0000000
+++ /dev/null
@@ -1,49 +0,0 @@
-#
-# Copyright (C) 2006-2010 OpenWrt.org
-#
-# This is free software, licensed under the GNU General Public License v2.
-# See /LICENSE for more information.
-#
-# blogic@openwrt.org
-
-include $(TOPDIR)/rules.mk
-
-PKG_NAME:=util-macros
-PKG_RELEASE:=1
-PKG_VERSION:=1.3.0
-
-PKG_SOURCE_URL:=http://xorg.freedesktop.org/releases/individual/util/
-PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
-PKG_BUILD_DIR:=$(BUILD_DIR)/Xorg/$(PKG_NAME)-$(PKG_VERSION)/
-PKG_MD5SUM:=0837fe88af7d692308b25815457a3288
-
-include $(INCLUDE_DIR)/package.mk
-
-define Package/util-macros
-  SECTION:=xorg-utils
-  CATEGORY:=Xorg
-  SUBMENU:=utils
-  DEPENDS:=
-  TITLE:=${PKG_NAME}
-  URL:=http://xorg.freedesktop.org/
-endef
-
-define Build/Configure
-       cd $(PKG_BUILD_DIR); \
-               ./configure \
-                       --prefix=${STAGING_DIR} \
-                       --sysconfdir=/etc \
-                       --mandir=${STAGING_DIR}/share/man \
-                       --localstatedir=/var
-endef
-
-#define Build/Compile
-#      DESTDIR=$(PKG_INSTALL_DIR) $(MAKE) -C $(PKG_BUILD_DIR) $(MAKE_FLAGS) install
-#endef
-
-define Build/InstallDev
-       $(INSTALL_DIR) $(STAGING_DIR)/host/share/aclocal
-       $(INSTALL_DATA) $(PKG_BUILD_DIR)/xorg-macros.m4 $(STAGING_DIR)/host/share/aclocal/
-endef
-
-$(eval $(call BuildPackage,util-macros))