diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2019-01-13 13:21:01 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-13 13:21:01 +0200 |
commit | 80ac438857ae713c6f58db64b91b196e9df5f31a (patch) | |
tree | d3ee74bc26c96f184cee4c9884bef6b1b08fa3e0 /applications/luci-app-radicale2/Makefile | |
parent | 47d9205fe9b82d3a434def60e479c23ef491a06d (diff) | |
parent | 29e01e0e5b4bf9a25e88de7309637b0f461ef6a9 (diff) |
Merge pull request #2426 from cshoredaniel/pr-luci-app-radicale2
luci-app-radicale2: Add CalDAV/CardDAV server Radicale 2.x
Diffstat (limited to 'applications/luci-app-radicale2/Makefile')
-rw-r--r-- | applications/luci-app-radicale2/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/applications/luci-app-radicale2/Makefile b/applications/luci-app-radicale2/Makefile new file mode 100644 index 0000000000..83a2e7125e --- /dev/null +++ b/applications/luci-app-radicale2/Makefile @@ -0,0 +1,14 @@ +include $(TOPDIR)/rules.mk + +LUCI_TITLE:=Radicale v2.x CalDAV/CardDAV Server +LUCI_DEPENDS:=+radicale2 +rpcd-mod-rad2-enc +LUCI_PKGARCH:=all + +PKG_LICENSE:=Apache-2.0 +PKG_MAINTAINER:=Daniel Dickinson <cshored@thecshore.com> + +LUA_TARGET:=source + +include ../../luci.mk + +# call BuildPackage - OpenWrt buildroot signature |