diff options
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 \ |