diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-11-01 21:03:16 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-11-08 20:04:22 +0100 |
commit | 6c496bf7b8f1a040268e885bbe9a1f435106ffcb (patch) | |
tree | 318a1edab821d918fde5648060da0a45da4a050e /package/wget/Makefile | |
parent | 5c6bc8b9234a4cff6bc78a88ea9ba75c90d64c1a (diff) |
update to latest stable upstream
Diffstat (limited to 'package/wget/Makefile')
-rw-r--r-- | package/wget/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/package/wget/Makefile b/package/wget/Makefile index d1f69f7db..516f468b6 100644 --- a/package/wget/Makefile +++ b/package/wget/Makefile @@ -4,9 +4,9 @@ include ${ADK_TOPDIR}/rules.mk PKG_NAME:= wget -PKG_VERSION:= 1.15 -PKG_RELEASE:= 2 -PKG_MD5SUM:= 506df41295afc6486662cc47470b4618 +PKG_VERSION:= 1.16 +PKG_RELEASE:= 1 +PKG_MD5SUM:= 293a37977c41b5522f781d3a3a078426 PKG_DESCR:= retrieving files using http(s) and ftp PKG_SECTION:= net/http PKG_URL:= http://www.gnu.org/software/wget/ @@ -39,8 +39,6 @@ CONFIGURE_ARGS+= --with-ssl=gnutls \ --with-libgnutls-prefix="$(STAGING_TARGET_DIR)/usr" endif -AUTOTOOL_STYLE:= autoreconf - wget-install: ${INSTALL_DIR} ${IDIR_WGET}/etc ${IDIR_WGET}/usr/bin ${INSTALL_DATA} ${WRKBUILD}/doc/sample.wgetrc \ |