mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
+3
-1
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=wget
|
PKG_NAME:=wget
|
||||||
PKG_VERSION:=1.20.1
|
PKG_VERSION:=1.20.1
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=@GNU/$(PKG_NAME)
|
PKG_SOURCE_URL:=@GNU/$(PKG_NAME)
|
||||||
@@ -45,6 +45,7 @@ $(call Package/wget/Default)
|
|||||||
DEPENDS+= +libopenssl +librt
|
DEPENDS+= +libopenssl +librt
|
||||||
TITLE+= (with SSL support)
|
TITLE+= (with SSL support)
|
||||||
VARIANT:=ssl
|
VARIANT:=ssl
|
||||||
|
ALTERNATIVES:=300:/usr/bin/wget:/usr/bin/wget-ssl
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/wget/description
|
define Package/wget/description
|
||||||
@@ -56,6 +57,7 @@ define Package/wget-nossl
|
|||||||
$(call Package/wget/Default)
|
$(call Package/wget/Default)
|
||||||
TITLE+= (without SSL support)
|
TITLE+= (without SSL support)
|
||||||
VARIANT:=nossl
|
VARIANT:=nossl
|
||||||
|
ALTERNATIVES:=300:/usr/bin/wget:/usr/bin/wget-nossl
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/wget-nossl/description
|
define Package/wget-nossl/description
|
||||||
|
|||||||
Reference in New Issue
Block a user