|
@@ -19,7 +19,9 @@ PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
|
19
|
19
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
20
|
20
|
PKG_SOURCE_URL:=http://www.spreadspace.org/tcpproxy/releases/
|
21
|
21
|
PKG_MD5SUM:=55126473bcde635f9ee019c6caf19bb7
|
22
|
|
-
|
|
22
|
+PKG_MAINTAINER:=Christian Pointner <equinox@spreadspace.org>
|
|
23
|
+PKG_LICENSE:=GPL-3.0+
|
|
24
|
+PKG_LICENSE_FILE:=LICENSE
|
23
|
25
|
include $(INCLUDE_DIR)/package.mk
|
24
|
26
|
|
25
|
27
|
|
|
@@ -29,7 +31,6 @@ define Package/tcpproxy
|
29
|
31
|
SUBMENU:=Routing and Redirection
|
30
|
32
|
TITLE:=IPv4/IPv6 tcp connection proxy
|
31
|
33
|
URL:=http://www.spreadspace.org/tcpproxy/
|
32
|
|
- MAINTAINER:=Christian Pointner <equinox@spreadspace.org>
|
33
|
34
|
endef
|
34
|
35
|
|
35
|
36
|
define Package/tcpproxy/conffiles
|