DESCRIPTION:= is obselete
git-svn-id: svn://svn.openwrt.org/openwrt/packages@9304 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@ -26,12 +26,14 @@ define Package/httptunnel
|
||||
CATEGORY:=Network
|
||||
DEPENDS:=+libopenssl
|
||||
TITLE:=bidirectional virtual data connection tunnelled in HTTP requests
|
||||
DESCRIPTION:=\
|
||||
httptunnel creates a bidirectional virtual data connection tunnelled in HTTP requests.\\\
|
||||
The HTTP requests can be sent via an HTTP proxy if so desired.
|
||||
URL:=http://www.nocrew.org/software/httptunnel.html
|
||||
endef
|
||||
|
||||
define Package/httptunnel/description
|
||||
httptunnel creates a bidirectional virtual data connection tunnelled in HTTP requests.
|
||||
The HTTP requests can be sent via an HTTP proxy if so desired.
|
||||
endef
|
||||
|
||||
define Package/httptunnel/install
|
||||
$(INSTALL_DIR) $(1)/usr/sbin
|
||||
$(INSTALL_BIN) $(PKG_BUILD_DIR)/hts $(1)/usr/sbin/
|
||||
|
Reference in New Issue
Block a user