Makefile 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. #
  2. # Copyright 2008 Steven Barth <steven@midlink.org>
  3. # Copyright 2008 Jo-Philipp Wich <jow@openwrt.org>
  4. # Copyright 2013 Manuel Munz <freifunk at somakoma dot de>
  5. # Copyright 2014-2018 Christian Schoenebeck <christian dot schoenebeck at gmail dot com>
  6. #
  7. # This is free software, licensed under the Apache License, Version 2.0
  8. include $(TOPDIR)/rules.mk
  9. # PKG_NAME:=luci-app-ddns
  10. # Version == major.minor.patch
  11. # increase on new functionality (minor) or patches (patch)
  12. PKG_VERSION:=2.4.9
  13. # Release == build
  14. # increase on changes of translation files
  15. PKG_RELEASE:=5
  16. PKG_LICENSE:=Apache-2.0
  17. PKG_MAINTAINER:=Christian Schoenebeck <christian.schoenebeck@gmail.com>, \
  18. Ansuel Smith <ansuelsmth@gmail.com>
  19. # LuCI specific settings
  20. LUCI_TITLE:=LuCI Support for Dynamic DNS Client (ddns-scripts)
  21. LUCI_DEPENDS:=+luci-mod-admin-full +ddns-scripts
  22. # LUCI_PKGARCH:=all
  23. define Package/$(PKG_NAME)/config
  24. # shown in make menuconfig <Help>
  25. help
  26. $(LUCI_TITLE)
  27. Version: $(PKG_VERSION)-$(PKG_RELEASE)
  28. endef
  29. include ../../luci.mk
  30. # call BuildPackage - OpenWrt buildroot signature