diff options
Diffstat (limited to 'package')
-rw-r--r-- | package/autoconf/Makefile | 4 | ||||
-rw-r--r-- | package/automake/Makefile | 13 |
2 files changed, 9 insertions, 8 deletions
diff --git a/package/autoconf/Makefile b/package/autoconf/Makefile index 8fe94bc0b..d28d04f43 100644 --- a/package/autoconf/Makefile +++ b/package/autoconf/Makefile @@ -7,9 +7,9 @@ PKG_NAME:= autoconf PKG_VERSION:= 2.69 PKG_RELEASE:= 1 PKG_MD5SUM:= 50f97f4159805e374639a73e2636f22e -PKG_DESCR:= GNU autoconf +PKG_DESCR:= automatically configure software source code packages PKG_SECTION:= lang -PKG_BUILDDEP:= m4-host autoconf-host +HOST_BUILDDEP:= m4-host PKG_URL:= http://www.gnu.org/software/autoconf/ PKG_SITES:= ${MASTER_SITE_GNU:=autoconf/} PKG_OPTS:= noscripts 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 |