summaryrefslogtreecommitdiff
path: root/package/automake
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-05-13 20:14:58 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-05-13 20:15:20 +0200
commit0df8791661673f253c95baabc9b55d44288d2494 (patch)
tree980c4446c496ba2e6f3bfd997a2f3f95dfb5c00e /package/automake
parent56a88369f220466b5e5ce444c0953741c89ff952 (diff)
update to latest upstream version
Diffstat (limited to 'package/automake')
-rw-r--r--package/automake/Makefile13
1 files changed, 7 insertions, 6 deletions
diff --git a/package/automake/Makefile b/package/automake/Makefile
index 58883fb8a..97b92dc39 100644
--- a/package/automake/Makefile
+++ b/package/automake/Makefile
@@ -4,15 +4,16 @@
include ${TOPDIR}/rules.mk
PKG_NAME:= automake
-PKG_VERSION:= 1.12.2
+PKG_VERSION:= 1.14.1
PKG_RELEASE:= 1
-PKG_EXTRAVER:= 1.12
-PKG_MD5SUM:= 56c3ab38a5ed8f2b825341b4e007372a
-PKG_DESCR:= GNU automake
+PKG_EXTRAVER:= 1.14
+PKG_MD5SUM:= 7fc29854c520f56b07aa232a0f880292
+PKG_DESCR:= tool for automatically generating Makefile.in
PKG_SECTION:= lang
-PKG_BUILDDEP:= autoconf-host automake-host
+PKG_BUILDDEP:= m4-host autoconf-host autoconf
+HOST_BUILDDEP:= autoconf-host
PKG_URL:= http://www.gnu.org/software/automake/
-PKG_SITES:= ${MASTER_SITE_GNU:=${PKG_NAME}/}
+PKG_SITES:= ${MASTER_SITE_GNU:=automake/}
PKG_OPTS:= noscripts
include ${TOPDIR}/mk/host.mk