97fa675e2d46280a7bef19dba3925a6184c90eed
[project/luci.git] / applications / luci-app-pbr / Makefile
1 # Copyright 2017-2023 MOSSDeF, Stan Grishin (stangri@melmac.ca)
2 # This is free software, licensed under the GNU General Public License v3.
3
4 include $(TOPDIR)/rules.mk
5
6 PKG_NAME:=luci-app-pbr
7 PKG_LICENSE:=GPL-3.0-or-later
8 PKG_MAINTAINER:=Stan Grishin <stangri@melmac.ca>
9 PKG_VERSION:=1.1.4
10 PKG_RELEASE:=r15
11
12 LUCI_TITLE:=Policy Based Routing Service Web UI
13 LUCI_DESCRIPTION:=Provides Web UI for Policy Based Routing Service.
14 LUCI_DEPENDS:=+luci-base +jsonfilter +pbr
15
16 PKG_PROVIDES:=luci-app-vpnbypass luci-app-vpn-policy-routing
17
18 define Package/$(PKG_NAME)/config
19 # shown in make menuconfig <Help>
20 help
21 $(LUCI_TITLE)
22 .
23 Version: $(PKG_VERSION)-$(PKG_RELEASE)
24 endef
25
26 include ../../luci.mk
27
28 # call BuildPackage - OpenWrt buildroot signature