summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-mosquitto/Makefile
diff options
context:
space:
mode:
authorKarl Palsson <karlp@etactica.com>2018-09-18 12:47:40 +0000
committerKarl Palsson <karlp@etactica.com>2018-09-18 15:44:52 +0000
commit7552fce8cc220e378c6b28384cc759aba437ce13 (patch)
tree021d9fe2cded49895cd1bbaa09dfb6b284024d07 /applications/luci-app-mosquitto/Makefile
parent00c95d7906fa7409510dcd50fc3f38521d521ed4 (diff)
luci-app-mosquitto: import new application
Originally developed and maintained at https://github.com/remakeelectric/owrt_pub_feeds/tree/master/luci-app-mosquitto Vs the original, this version has been converted to use the luci.mk style, and has dropped the now obsolete ucitrack entries. Signed-off-by: Karl Palsson <karlp@etactica.com>
Diffstat (limited to 'applications/luci-app-mosquitto/Makefile')
-rw-r--r--applications/luci-app-mosquitto/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/applications/luci-app-mosquitto/Makefile b/applications/luci-app-mosquitto/Makefile
new file mode 100644
index 000000000..1bfb7c3de
--- /dev/null
+++ b/applications/luci-app-mosquitto/Makefile
@@ -0,0 +1,13 @@
+include $(TOPDIR)/rules.mk
+
+LUCI_TITLE:=Mosquitto LuCI interface
+LUCI_DEPENDS:=+luci-mod-admin-full mosquitto
+LUCI_PKGARCH:=all
+LUCI_DESCRIPTION:=Provides a webadmin for most basic mosquitto parameters.
+
+PKG_MAINTAINER:= Karl Palsson <karlp@etactica.com>
+PKG_LICENSE:=Apache-2.0
+
+include ../../luci.mk
+
+# call BuildPackage - OpenWrt buildroot signature