Makefile 810 B

1234567891011121314151617181920212223242526272829303132333435
  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. include $(TOPDIR)/rules.mk
  7. PKG_NAME:=luci-app-radicale
  8. PKG_VERSION:=1.1.0
  9. PKG_RELEASE:=2
  10. PKG_LICENSE:=Apache-2.0
  11. PKG_MAINTAINER:=Christian Schoenebeck <christian.schoenebeck@gmail.com>
  12. LUCI_TITLE:=LuCI Support for Radicale CardDAV/CalDAV
  13. LUCI_DEPENDS:=+luci-compat +luci-lib-ipkg +luci-base
  14. define Package/$(PKG_NAME)/config
  15. # shown in make menuconfig <Help>
  16. help
  17. $(LUCI_TITLE)
  18. .
  19. !!! Package "radicale-py2" or "radicale-py3" needs to be !!!
  20. !!! installed sepearatly. There is no buildin dependency set !!!
  21. .
  22. Version: $(PKG_VERSION)-$(PKG_RELEASE)
  23. $(PKG_MAINTAINER)
  24. endef
  25. include ../../luci.mk
  26. # call BuildPackage - OpenWrt buildroot signature