From 29e01e0e5b4bf9a25e88de7309637b0f461ef6a9 Mon Sep 17 00:00:00 2001 From: "Daniel F. Dickinson" Date: Wed, 2 Jan 2019 06:18:40 -0500 Subject: luci-app-radicale2: Add v2 of CalDAV/CardDAV server Radicale 2.x has been out for some time, and has better support for a number of clients as well as new features, so radicale2 package has been added to packages, and this is the corresponding UI. Signed-off-by: Daniel F. Dickinson --- applications/luci-app-radicale2/Makefile | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 applications/luci-app-radicale2/Makefile (limited to 'applications/luci-app-radicale2/Makefile') 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 + +LUA_TARGET:=source + +include ../../luci.mk + +# call BuildPackage - OpenWrt buildroot signature -- cgit v1.2.3