Makefile 1004 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  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:=1
  14. PKG_LICENSE:=Apache-2.0
  15. PKG_MAINTAINER:=Christian Schoenebeck <christian.schoenebeck@gmail.com>
  16. # LuCI specific settings
  17. LUCI_TITLE:=LuCI Support for Radicale CardDAV/CalDAV
  18. LUCI_DEPENDS:=+luci-mod-admin-full
  19. LUCI_PKGARCH:=all
  20. define Package/$(PKG_NAME)/config
  21. # shown in make menuconfig <Help>
  22. help
  23. $(LUCI_TITLE)
  24. .
  25. !!! Package "radicale-py2" or "radicale-py3" needs to be !!!
  26. !!! installed sepearatly. There is no buildin dependency set !!!
  27. .
  28. Version: $(PKG_VERSION)-$(PKG_RELEASE)
  29. $(PKG_MAINTAINER)
  30. endef
  31. include ../../luci.mk
  32. # call BuildPackage - OpenWrt buildroot signature