diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-13 20:14:58 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-13 20:15:20 +0200 |
commit | 0df8791661673f253c95baabc9b55d44288d2494 (patch) | |
tree | 980c4446c496ba2e6f3bfd997a2f3f95dfb5c00e /package/autoconf | |
parent | 56a88369f220466b5e5ce444c0953741c89ff952 (diff) |
update to latest upstream version
Diffstat (limited to 'package/autoconf')
-rw-r--r-- | package/autoconf/Makefile | 4 |
1 files changed, 2 insertions, 2 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 |