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/automake/Makefile | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'package/automake/Makefile') diff --git a/package/automake/Makefile b/package/automake/Makefile index 814d753a2..7c12ded6e 100644 --- a/package/automake/Makefile +++ b/package/automake/Makefile @@ -4,21 +4,25 @@ include ${TOPDIR}/rules.mk PKG_NAME:= automake -PKG_VERSION:= 1.11.1 -PKG_RELEASE:= 2 -PKG_EXTRAVER:= 1.11 -PKG_MD5SUM:= 4ee7f0ff5f0e467d58b6bd5da96b1c74 +PKG_VERSION:= 1.12.2 +PKG_RELEASE:= 1 +PKG_EXTRAVER:= 1.12 +PKG_MD5SUM:= e620cb9e0259159341c0e0d6b712b67a PKG_DESCR:= GNU automake PKG_SECTION:= lang +PKG_BUILDDEP:= autoconf-host PKG_URL:= http://www.gnu.org/software/automake/ PKG_SITES:= ${MASTER_SITE_GNU:=${PKG_NAME}/} PKG_OPTS:= noscripts +include ${TOPDIR}/mk/host.mk include ${TOPDIR}/mk/package.mk +$(eval $(call HOST_template,AUTOMAKE,automake,${PKG_VERSION}-${PKG_RELEASE})) $(eval $(call PKG_template,AUTOMAKE,automake,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION},${PKG_OPTS})) XAKE_FLAGS+= PERL="/usr/bin/perl" +HOST_STYLE:= auto automake-install: ${INSTALL_DIR} ${IDIR_AUTOMAKE}/usr/bin @@ -31,4 +35,5 @@ automake-install: ${CP} ${WRKINST}/usr/share/automake-${PKG_EXTRAVER} \ ${IDIR_AUTOMAKE}/usr/share +include ${TOPDIR}/mk/host-bottom.mk include ${TOPDIR}/mk/pkg-bottom.mk -- cgit v1.2.3