2 # Copyright (C) 2010 OpenWrt.org
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
8 include $(TOPDIR)/rules.mk
13 PKG_SOURCE_URL:=http://xorg.freedesktop.org/releases/individual/util/
14 PKG_SOURCE:=util-macros-$(PKG_VERSION).tar.bz2
15 PKG_MD5SUM:=22d5cdff672450cb6902e0d68c200dcb
17 HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/util-macros-$(PKG_VERSION)
19 include $(INCLUDE_DIR)/host-build.mk
22 $(INSTALL_DIR) $(STAGING_DIR_HOST)/share/aclocal
23 $(INSTALL_DATA) $(HOST_BUILD_DIR)/xorg-macros.m4 $(STAGING_DIR_HOST)/share/aclocal/
27 -$(MAKE) -C $(HOST_BUILD_DIR) uninstall
28 $(call Host/Clean/Default)
31 $(eval $(call HostBuild))