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 <cshored@thecshore.com>
14 lines
314 B
Makefile
14 lines
314 B
Makefile
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
|