2 # Copyright (C) 2008-2015 The LuCI Team <luci@lists.subsignal.org>
4 # This is free software, licensed under the Apache License, Version 2.0 .
7 include $(TOPDIR
)/rules.mk
9 PKG_NAME
:=luci-app-ddns
11 # Version == major.minor.patch
12 # increase on new functionality (minor) or patches (patch)
16 # increase on changes of translation files
19 PKG_LICENSE
:=Apache-2.0
20 PKG_MAINTAINER
:=Christian Schoenebeck
<christian.schoenebeck@gmail.com
>
22 # LuCI specific settings
23 LUCI_TITLE
:=LuCI Support for Dynamic DNS Client
(ddns-scripts
)
24 LUCI_DEPENDS
:=+luci-mod-admin-full
+ddns-scripts
27 define Package
/$(PKG_NAME
)/config
28 # shown in make menuconfig <Help>
32 Version
: $(PKG_VERSION
)-$(PKG_RELEASE
)
36 include $(TOPDIR
)/feeds
/luci
/luci.mk
38 # call BuildPackage - OpenWrt buildroot signature