Makefile 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738
  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-2017 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.8
  13. # Release == build
  14. # increase on changes of translation files
  15. PKG_RELEASE:=2
  16. PKG_LICENSE:=Apache-2.0
  17. PKG_MAINTAINER:=Christian Schoenebeck <christian.schoenebeck@gmail.com>
  18. # LuCI specific settings
  19. LUCI_TITLE:=LuCI Support for Dynamic DNS Client (ddns-scripts)
  20. LUCI_DEPENDS:=+luci-mod-admin-full +ddns-scripts
  21. # LUCI_PKGARCH:=all
  22. define Package/$(PKG_NAME)/config
  23. # shown in make menuconfig <Help>
  24. help
  25. $(LUCI_TITLE)
  26. Version: $(PKG_VERSION)-$(PKG_RELEASE)
  27. endef
  28. include ../../luci.mk
  29. # call BuildPackage - OpenWrt buildroot signature