From b82dbcd0e6ca1b38954cb59f6f5c7135eb68a5ca Mon Sep 17 00:00:00 2001 From: NewUse <7342068+NewUse@users.noreply.github.com> Date: Thu, 26 Sep 2024 01:02:36 +0300 Subject: [PATCH] Update Makefile Add some description of package --- .../openwrt/package/zapret/tpws/Makefile | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/docs/compile/openwrt/package/zapret/tpws/Makefile b/docs/compile/openwrt/package/zapret/tpws/Makefile index dca5b2dd..6fd8d746 100644 --- a/docs/compile/openwrt/package/zapret/tpws/Makefile +++ b/docs/compile/openwrt/package/zapret/tpws/Makefile @@ -1,19 +1,27 @@ -# +# Copyright Zapret +# This is free software, licensed under the GNU General Public License v2. include $(TOPDIR)/rules.mk PKG_NAME:=tpws -PKG_RELEASE:=1.1 +PKG_VERSION:=1.4 +PKG_RELEASE:=2 + +PKG_LICENSE:=GPL-2.0-or-later +PKG_MAINTAINER:=Zapret include $(INCLUDE_DIR)/package.mk define Package/tpws SECTION:=net CATEGORY:=Network - TITLE:=tpws + TITLE:=TPWS DPI bypass proxy server SUBMENU:=Zapret - DEPENDS:=+zlib +libcap +zlib +libcap +iptables + DEPENDS:=+zlib +libcap +libcap +iptables +endef +define Package/tpws/description +DPI bypass proxy endef define Build/Prepare @@ -41,4 +49,3 @@ define Package/tpws/install endef $(eval $(call BuildPackage,tpws)) -