|
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk |
|
|
|
|
|
|
|
PKG_NAME:=wget |
|
|
|
PKG_VERSION:=1.20.1 |
|
|
|
PKG_RELEASE:=2 |
|
|
|
PKG_RELEASE:=3 |
|
|
|
|
|
|
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz |
|
|
|
PKG_SOURCE_URL:=@GNU/$(PKG_NAME) |
|
|
@ -94,13 +94,11 @@ endif |
|
|
|
define Package/wget/install |
|
|
|
$(INSTALL_DIR) $(1)/usr/bin |
|
|
|
$(INSTALL_BIN) $(PKG_BUILD_DIR)/src/wget $(1)/usr/bin/wget-ssl |
|
|
|
ln -sf wget-ssl $(1)/usr/bin/wget |
|
|
|
endef |
|
|
|
|
|
|
|
define Package/wget-nossl/install |
|
|
|
$(INSTALL_DIR) $(1)/usr/bin |
|
|
|
$(INSTALL_BIN) $(PKG_BUILD_DIR)/src/wget $(1)/usr/bin/wget-nossl |
|
|
|
ln -sf wget-nossl $(1)/usr/bin/wget |
|
|
|
endef |
|
|
|
|
|
|
|
$(eval $(call BuildPackage,wget)) |
|
|
|