2 # Copyright (C) 2011 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://archive.xfce.org/xfce/4.8/src
14 PKG_SOURCE:=xfce4-dev-tools-$(PKG_VERSION).tar.bz2
15 PKG_MD5SUM:=9591299c49d92d00ba47974c42a735fa
17 HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/xfce4-dev-tools-$(PKG_VERSION)
19 include $(INCLUDE_DIR)/host-build.mk
28 $(INSTALL_DIR) $(STAGING_DIR_HOST)/share/aclocal
29 $(INSTALL_DATA) $(HOST_BUILD_DIR)/m4macros/*.m4 $(STAGING_DIR_HOST)/share/aclocal/
32 $(eval $(call HostBuild))