Makefile 949 B

12345678910111213141516171819202122232425262728293031323334353637383940
  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. # Version == major.minor.patch
  9. # increase "minor" on new functionality and "patch" on patches/optimization
  10. PKG_VERSION:=1.1.0
  11. # Release == build
  12. # increase on changes of translation files
  13. PKG_RELEASE:=2
  14. PKG_LICENSE:=Apache-2.0
  15. PKG_MAINTAINER:=
  16. # LuCI specific settings
  17. LUCI_TITLE:=LuCI Support for Radicale CardDAV/CalDAV
  18. LUCI_DEPENDS:=+luci-compat +luci-lib-ipkg +luci-base
  19. define Package/$(PKG_NAME)/config
  20. # shown in make menuconfig <Help>
  21. help
  22. $(LUCI_TITLE)
  23. .
  24. !!! Package "radicale-py2" or "radicale-py3" needs to be !!!
  25. !!! installed sepearatly. There is no buildin dependency set !!!
  26. .
  27. Version: $(PKG_VERSION)-$(PKG_RELEASE)
  28. $(PKG_MAINTAINER)
  29. endef
  30. include ../../luci.mk
  31. # call BuildPackage - OpenWrt buildroot signature