update wget to 1.11.4 (closes: #3666), fix formatting
git-svn-id: svn://svn.openwrt.org/openwrt/packages@11952 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
18091ad28e
commit
6671244b63
@ -9,12 +9,12 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=wget
|
PKG_NAME:=wget
|
||||||
PKG_VERSION:=1.11.2
|
PKG_VERSION:=1.11.4
|
||||||
PKG_RELEASE:=2
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
||||||
PKG_SOURCE_URL:=@GNU/$(PKG_NAME)
|
PKG_SOURCE_URL:=@GNU/$(PKG_NAME)
|
||||||
PKG_MD5SUM:=730d2687231934f51e47f6f85260b2d3
|
PKG_MD5SUM:=f5076a8c2ec2b7f334cb6e3059820f9c
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
@ -26,13 +26,12 @@ define Package/wget/Default
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/wget/Default/description
|
define Package/wget/Default/description
|
||||||
Wget is a network utility to retrieve files from the Web
|
Wget is a network utility to retrieve files from the Web using http
|
||||||
using http and ftp, the two most widely used Internet
|
and ftp, the two most widely used Internet protocols. It works
|
||||||
protocols. It works non-interactively, so it will work in
|
non-interactively, so it will work in the background, after having
|
||||||
the background, after having logged off. The program supports
|
logged off. The program supports recursive retrieval of web-authoring
|
||||||
recursive retrieval of web-authoring pages as well as ftp
|
pages as well as ftp sites -- you can use wget to make mirrors of
|
||||||
sites -- you can use wget to make mirrors of archives and
|
archives and home pages or to travel the Web like a WWW robot.
|
||||||
home pages or to travel the Web like a WWW robot.
|
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/wget
|
define Package/wget
|
||||||
@ -86,19 +85,19 @@ CONFIGURE_ARGS += \
|
|||||||
|
|
||||||
ifneq ($(SDK)$(CONFIG_PACKAGE_wget),)
|
ifneq ($(SDK)$(CONFIG_PACKAGE_wget),)
|
||||||
define Build/with-ssl
|
define Build/with-ssl
|
||||||
$(call Build/Template,wget,with-ssl, \
|
$(call Build/Template,wget,with-ssl, \
|
||||||
--with-ssl \
|
--with-ssl \
|
||||||
--with-libssl-prefix="$(STAGING_DIR)/usr" \
|
--with-libssl-prefix="$(STAGING_DIR)/usr" \
|
||||||
)
|
)
|
||||||
endef
|
endef
|
||||||
endif
|
endif
|
||||||
$(eval $(Build/with-ssl))
|
$(eval $(Build/with-ssl))
|
||||||
|
|
||||||
ifneq ($(SDK)$(CONFIG_PACKAGE_wget-nossl),)
|
ifneq ($(SDK)$(CONFIG_PACKAGE_wget-nossl),)
|
||||||
define Build/without-ssl
|
define Build/without-ssl
|
||||||
$(call Build/Template,wget-nossl,without-ssl, \
|
$(call Build/Template,wget-nossl,without-ssl, \
|
||||||
--without-ssl \
|
--without-ssl \
|
||||||
)
|
)
|
||||||
endef
|
endef
|
||||||
endif
|
endif
|
||||||
$(eval $(Build/without-ssl))
|
$(eval $(Build/without-ssl))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user