mirror of
https://github.com/bol-van/zapret.git
synced 2025-02-18 19:12:20 +03:00
Update Makefile
Add some description of package
This commit is contained in:
parent
b29eea19e7
commit
b82dbcd0e6
@ -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))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user