X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=tools%2Fpkg-config%2FMakefile;h=17a8737be16a1fee95ff052ae349e4f35b33aba9;hb=HEAD;hp=530c196bd51534eb09c9fc46727c024f45092e02;hpb=339295d309219f502cde34e01ee8f1586050fecb;p=openwrt%2Fstaging%2Fhauke.git diff --git a/tools/pkg-config/Makefile b/tools/pkg-config/Makefile deleted file mode 100644 index 530c196bd5..0000000000 --- a/tools/pkg-config/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -# -# Copyright (C) 2006 OpenWrt.org -# -# This is free software, licensed under the GNU General Public License v2. -# See /LICENSE for more information. -# -include $(TOPDIR)/rules.mk - -PKG_NAME:=pkg-config -PKG_VERSION:=0.25 - -PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=http://pkgconfig.freedesktop.org/releases/ -PKG_MD5SUM:=a3270bab3f4b69b7dc6dbdacbcae9745 - -include $(INCLUDE_DIR)/host-build.mk - -define Host/Compile - $(MAKE) -C $(HOST_BUILD_DIR) -endef - -define Host/Install - $(MAKE) -C $(HOST_BUILD_DIR) \ - install - mv $(STAGING_DIR_HOST)/bin/pkg-config $(STAGING_DIR_HOST)/bin/pkg-config.real - $(INSTALL_BIN) ./files/pkg-config $(STAGING_DIR_HOST)/bin/pkg-config -endef - -define Host/Clean - -$(MAKE) -C $(HOST_BUILD_DIR) uninstall - $(call Host/Clean/Default) -endef - -$(eval $(call HostBuild))