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>
7 # This is free software, licensed under the Apache License, Version 2.0
9 include $(TOPDIR
)/rules.mk
11 # PKG_NAME:=luci-app-ddns
13 # Version == major.minor.patch
14 # increase on new functionality (minor) or patches (patch)
18 # increase on changes of translation files
21 PKG_LICENSE
:=Apache-2.0
22 PKG_MAINTAINER
:=Christian Schoenebeck
<christian.schoenebeck@gmail.com
>
24 # LuCI specific settings
25 LUCI_TITLE
:=LuCI Support for Dynamic DNS Client
(ddns-scripts
)
26 LUCI_DEPENDS
:=+luci-mod-admin-full
+ddns-scripts
29 define Package
/$(PKG_NAME
)/config
30 # shown in make menuconfig <Help>
33 Version
: $(PKG_VERSION
)-$(PKG_RELEASE
)
38 # call BuildPackage - OpenWrt buildroot signature