diff options
author | Daniel Dickinson <cshoredaniel@users.noreply.github.com> | 2017-01-16 09:28:26 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-16 09:28:26 -0500 |
commit | 348a6fde90863f003c7735593a29bf8eb2d2086a (patch) | |
tree | 57c75270af6a0d06e19b44a448ed421a855da1a7 /applications/luci-app-dynapoint/Makefile | |
parent | 859bac61fccc3ae66b542c592115e0f0bddc892b (diff) | |
parent | cd8096b0ce66be927fa0e73405aa503e2201c2ca (diff) |
Merge pull request #817 from ascob/luci-app-dynapoint
luci-app-dynapoint: new package
Diffstat (limited to 'applications/luci-app-dynapoint/Makefile')
-rw-r--r-- | applications/luci-app-dynapoint/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/applications/luci-app-dynapoint/Makefile b/applications/luci-app-dynapoint/Makefile new file mode 100644 index 0000000000..d16ef4a8fa --- /dev/null +++ b/applications/luci-app-dynapoint/Makefile @@ -0,0 +1,20 @@ +# +# Copyright (C) 2016 The LuCI Team <luci@lists.subsignal.org> +# +# This is free software, licensed under the GNU General Public License v3. +# + +include $(TOPDIR)/rules.mk + +LUCI_TITLE:=LuCI Support for DynaPoint +LUCI_DEPENDS:=+dynapoint + +PKG_NAME:=luci-app-dynapoint +PKG_VERSION:=1.0 +PKG_RELEASE:=1 +PKG_LICENSE:=GPL-3.0+ +PKG_MAINTAINER:=Tobias Ilte <tobias.ilte@campus.tu-berlin.de> +include ../../luci.mk + +# call BuildPackage - OpenWrt buildroot signature + |