From 05abc676e9272fdf933e0ea376bb12d8ec497467 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Mon, 28 Oct 2013 16:32:32 +0100 Subject: update to latest upstream version and add host build stuff --- package/pkg-config/Makefile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'package/pkg-config') diff --git a/package/pkg-config/Makefile b/package/pkg-config/Makefile index a0f614adf..86589d696 100644 --- a/package/pkg-config/Makefile +++ b/package/pkg-config/Makefile @@ -4,9 +4,9 @@ include $(TOPDIR)/rules.mk PKG_NAME:= pkg-config -PKG_VERSION:= 0.25 +PKG_VERSION:= 0.28 PKG_RELEASE:= 1 -PKG_MD5SUM:= a3270bab3f4b69b7dc6dbdacbcae9745 +PKG_MD5SUM:= aa3c86e67551adc3ac865160e34a2a0d PKG_DESCR:= a helper tool used when compiling applications and libraries. PKG_SECTION:= lang PKG_DEPENDS:= glib libpopt @@ -14,10 +14,13 @@ PKG_BUILDDEP:= glib popt PKG_URL:= http://pkg-config.freedesktop.org/wiki/ PKG_SITES:= http://pkgconfig.freedesktop.org/releases/ +include $(TOPDIR)/mk/host.mk include $(TOPDIR)/mk/package.mk +$(eval $(call HOST_template,PKG_CONFIG,pkg-config,$(PKG_VERSION)-${PKG_RELEASE})) $(eval $(call PKG_template,PKG_CONFIG,pkg-config,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) +HOST_STYLE:= auto CONFIGURE_ARGS+= --with-installed-glib \ --with-installed-popt @@ -26,4 +29,5 @@ pkg-config-install: $(INSTALL_BIN) $(WRKINST)/usr/bin/pkg-config \ $(IDIR_PKG_CONFIG)/usr/bin +include ${TOPDIR}/mk/host-bottom.mk include ${TOPDIR}/mk/pkg-bottom.mk -- cgit v1.2.3