Merge pull request #977 from stangri/luci-app-vpnbypass
[project/luci.git] / applications / luci-app-dynapoint / Makefile
1 #
2 # Copyright (C) 2016 The LuCI Team <luci@lists.subsignal.org>
3 #
4 # This is free software, licensed under the GNU General Public License v3.
5 #
6
7 include $(TOPDIR)/rules.mk
8
9 LUCI_TITLE:=LuCI Support for DynaPoint
10 LUCI_DEPENDS:=+dynapoint
11
12 PKG_NAME:=luci-app-dynapoint
13 PKG_VERSION:=1.0
14 PKG_RELEASE:=1
15 PKG_LICENSE:=GPL-3.0+
16 PKG_MAINTAINER:=Tobias Ilte <tobias.ilte@campus.tu-berlin.de>
17 include ../../luci.mk
18
19 # call BuildPackage - OpenWrt buildroot signature
20