From d2fcd543a43dcea1324a5456a171340271693cca Mon Sep 17 00:00:00 2001 From: Stan Grishin Date: Sat, 28 Jan 2017 07:38:05 -0800 Subject: luci-app-vpnbypass: switch to luci-tree Makefile, i18n support Signed-off-by: Stan Grishin luci-app-vpnbypass: fixed makefile, fixed pot-file Signed-off-by: Stan Grishin --- applications/luci-app-vpnbypass/Makefile | 39 +++++--------------------------- 1 file changed, 6 insertions(+), 33 deletions(-) (limited to 'applications/luci-app-vpnbypass/Makefile') diff --git a/applications/luci-app-vpnbypass/Makefile b/applications/luci-app-vpnbypass/Makefile index 58b3d30d9..5f63dcee7 100644 --- a/applications/luci-app-vpnbypass/Makefile +++ b/applications/luci-app-vpnbypass/Makefile @@ -3,42 +3,15 @@ include $(TOPDIR)/rules.mk -PKG_NAME:=luci-app-vpnbypass PKG_VERSION:=1.0.0 -PKG_RELEASE:=3 +PKG_RELEASE:=5 PKG_LICENSE:=GPL-3.0+ PKG_MAINTAINER:=Stan Grishin -PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME) -include $(INCLUDE_DIR)/package.mk +LUCI_TITLE:=VPN Bypass Web UI +LUCI_DEPENDS:=+vpnbypass +LUCI_PKGARCH:=all -define Package/luci-app-vpnbypass - SECTION:=luci - CATEGORY:=LuCI - SUBMENU:=3. Applications - TITLE:=VPN Bypass Web UI - DEPENDS:=+luci-mod-admin-full +vpnbypass - PKGARCH:=all -endef +include ../../luci.mk -define Package/luci-app-vpnbypass/description - This package will install VPN Bypass Web UI. -endef - -define Build/Prepare -endef - -define Build/Configure -endef - -define Build/Compile -endef - -define Package/luci-app-vpnbypass/install - $(INSTALL_DIR) $(1)/usr/lib/lua/luci/controller/ - $(INSTALL_BIN) ./luasrc/controller/vpnbypass.lua $(1)/usr/lib/lua/luci/controller/vpnbypass.lua - $(INSTALL_DIR) $(1)/usr/lib/lua/luci/model/cbi/ - $(INSTALL_BIN) ./luasrc/model/cbi/vpnbypass.lua $(1)/usr/lib/lua/luci/model/cbi/vpnbypass.lua -endef - -$(eval $(call BuildPackage,luci-app-vpnbypass)) \ No newline at end of file +# call BuildPackage - OpenWrt buildroot signature \ No newline at end of file -- cgit v1.2.3