Merge pull request #464 from remakeelectric/pulls/list-operations
[project/luci.git] / applications / luci-app-radicale / Makefile
1 #
2 # Copyright (C) 2008-2015 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 # Version == major.minor.patch
12 # increase "minor" on new functionality and "patch" on patches/optimization
13 PKG_VERSION:=1.0.2
14
15 # Release == build
16 # increase on changes of translation files
17 PKG_RELEASE:=1
18
19 PKG_LICENSE:=Apache-2.0
20 PKG_MAINTAINER:=Christian Schoenebeck <christian.schoenebeck@gmail.com>
21
22 # LuCI specific settings
23 LUCI_TITLE:=LuCI Support for Radicale CardDAV/CalDAV
24 LUCI_DEPENDS:=+luci-mod-admin-full
25 LUCI_PKGARCH:=all
26
27 define Package/$(PKG_NAME)/config
28 # shown in make menuconfig <Help>
29 help
30         $(LUCI_TITLE)
31         .
32         !!!   Package "radicale-py2" or "radicale-py3" needs to be   !!!
33         !!! installed sepearatly. There is no buildin dependency set !!!
34         .
35         Version: $(PKG_VERSION)-$(PKG_RELEASE)
36         $(PKG_MAINTAINER)
37 endef
38
39 include $(TOPDIR)/feeds/luci/luci.mk
40
41 # call BuildPackage - OpenWrt buildroot signature