Update Makefile

Add some description of package
This commit is contained in:
NewUse 2024-09-26 01:02:36 +03:00 committed by GitHub
parent b29eea19e7
commit b82dbcd0e6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,19 +1,27 @@
# # Copyright Zapret
# This is free software, licensed under the GNU General Public License v2.
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
PKG_NAME:=tpws 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 include $(INCLUDE_DIR)/package.mk
define Package/tpws define Package/tpws
SECTION:=net SECTION:=net
CATEGORY:=Network CATEGORY:=Network
TITLE:=tpws TITLE:=TPWS DPI bypass proxy server
SUBMENU:=Zapret SUBMENU:=Zapret
DEPENDS:=+zlib +libcap +zlib +libcap +iptables DEPENDS:=+zlib +libcap +libcap +iptables
endef
define Package/tpws/description
DPI bypass proxy
endef endef
define Build/Prepare define Build/Prepare
@ -41,4 +49,3 @@ define Package/tpws/install
endef endef
$(eval $(call BuildPackage,tpws)) $(eval $(call BuildPackage,tpws))