summaryrefslogtreecommitdiff
path: root/package/automake/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-10-28 16:32:32 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2013-10-28 16:32:32 +0100
commit05abc676e9272fdf933e0ea376bb12d8ec497467 (patch)
treeccc68f3331a49d76edf06d82d532660bd47c725c /package/automake/Makefile
parent333245969917c94a03900881cc9ac5c1c401ab86 (diff)
update to latest upstream version and add host build stuff
Diffstat (limited to 'package/automake/Makefile')
-rw-r--r--package/automake/Makefile13
1 files changed, 9 insertions, 4 deletions
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