Life changes, I'm no longer avaiable to be an sufficiently active OpenWrt developer. Therefore removing myself from maintainer from all packages I maintained in OpenWrt. All the best for those who keep up the good work! Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
13 lines
270 B
Makefile
13 lines
270 B
Makefile
include $(TOPDIR)/rules.mk
|
|
|
|
LUCI_TITLE:=Radicale v2.x CalDAV/CardDAV Server
|
|
LUCI_DEPENDS:=+luci-compat +radicale2 +rpcd-mod-rad2-enc
|
|
LUCI_PKGARCH:=all
|
|
|
|
PKG_LICENSE:=Apache-2.0
|
|
|
|
LUA_TARGET:=source
|
|
|
|
include ../../luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|