mirror of
https://github.com/openwrt/luci.git
synced 2026-04-15 10:51:51 +00:00
radicale2 has been removed from packages as it can no longer be built due to PyPi service changes. It has been replaced with radicale3: https://github.com/openwrt/packages/pull/28211 Here we add a JavaScript-based LuCI app for radicale3, in place of the old Lua-based LuCI app for radicale2. Signed-off-by: Daniel F. Dickinson <dfdpublic@wildtechgarden.ca>
16 lines
376 B
Makefile
16 lines
376 B
Makefile
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
# cspell:words TOPDIR LUCI Radicale buildroot rpcd
|
|
|
|
LUCI_TITLE:=Radicale v3 CalDAV/CardDAV Server
|
|
LUCI_DEPENDS:=+luci-base +radicale3 +rpcd-mod-rad3-enc
|
|
|
|
PKG_LICENSE:=Apache-2.0
|
|
PKG_MAINTAINER:=Daniel F. Dickinson <dfdpublic@wildtechgarden.ca>
|
|
PROVIDES:=luci-app-radicale2
|
|
|
|
include ../../luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|