Merge pull request #7292 from stangri/master-luci-app-https-dns-proxy
[project/luci.git] / applications / luci-app-radicale / Makefile
1 #
2 # Copyright (C) 2008-2016 The LuCI Team <luci@lists.subsignal.org>
3 #
4 # This is free software, licensed under the Apache License, Version 2.0 .
5 #
6
7 include $(TOPDIR)/rules.mk
8
9 PKG_NAME:=luci-app-radicale
10
11 PKG_VERSION:=1.1.0
12
13 PKG_RELEASE:=2
14
15 PKG_LICENSE:=Apache-2.0
16 PKG_MAINTAINER:=Christian Schoenebeck <christian.schoenebeck@gmail.com>
17
18 LUCI_TITLE:=LuCI Support for Radicale CardDAV/CalDAV
19 LUCI_DEPENDS:=+luci-compat +luci-lib-ipkg +luci-base
20
21 define Package/$(PKG_NAME)/config
22 # shown in make menuconfig <Help>
23 help
24 $(LUCI_TITLE)
25 .
26 !!! Package "radicale-py2" or "radicale-py3" needs to be !!!
27 !!! installed sepearatly. There is no buildin dependency set !!!
28 .
29 Version: $(PKG_VERSION)-$(PKG_RELEASE)
30 $(PKG_MAINTAINER)
31 endef
32
33 include ../../luci.mk
34
35 # call BuildPackage - OpenWrt buildroot signature