Makefile 889 B

1234567891011121314151617181920212223242526272829303132333435363738
  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. include $(TOPDIR)/rules.mk
  7. PKG_NAME:=luci-app-ddns
  8. # Version == major.minor.patch
  9. # increase on new functionality (minor) or patches (patch)
  10. PKG_VERSION:=2.2.4
  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 Dynamic DNS Client (ddns-scripts)
  18. LUCI_DEPENDS:=+luci-mod-admin-full +ddns-scripts
  19. LUCI_PKGARCH:=all
  20. define Package/$(PKG_NAME)/config
  21. # shown in make menuconfig <Help>
  22. help
  23. $(LUCI_TITLE)
  24. .
  25. Version: $(PKG_VERSION)-$(PKG_RELEASE)
  26. $(PKG_MAINTAINER)
  27. endef
  28. include $(TOPDIR)/package/luci/luci.mk
  29. # call BuildPackage - OpenWrt buildroot signature