X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=blobdiff_plain;f=applications%2Fluci-app-vpnbypass%2FMakefile;h=838840e6b0610fde74ebafdb26643fd35749cd58;hp=58b3d30d9c44b48930852f4a6dec53b51d9f939e;hb=00262be237b5a346137d07b3ae8a45d45b61d403;hpb=4e6010cd7301d4f91dc12e368eb5befb6155726b diff --git a/applications/luci-app-vpnbypass/Makefile b/applications/luci-app-vpnbypass/Makefile index 58b3d30d9..838840e6b 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_LICENSE:=GPL-3.0+ PKG_MAINTAINER:=Stan Grishin -PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME) - -include $(INCLUDE_DIR)/package.mk - -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 - -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 +LUCI_TITLE:=VPN Bypass Web UI +LUCI_DESCRIPTION:=Provides Web UI for VPNBypass service. +LUCI_DEPENDS:=+luci +vpnbypass +LUCI_PKGARCH:=all +PKG_RELEASE:=3 -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 +include ../../luci.mk -$(eval $(call BuildPackage,luci-app-vpnbypass)) \ No newline at end of file +# call BuildPackage - OpenWrt buildroot signature