Merge pull request #1099 from musashino205/mwan3-upd-ja
[project/luci.git] / applications / luci-app-ddns / Makefile
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-2016 Christian Schoenebeck <christian dot schoenebeck at gmail dot com>
6 #
7 # This is free software, licensed under the Apache License, Version 2.0
8
9 include $(TOPDIR)/rules.mk
10
11 # PKG_NAME:=luci-app-ddns
12
13 # Version == major.minor.patch
14 # increase on new functionality (minor) or patches (patch)
15 PKG_VERSION:=2.4.8
16
17 # Release == build
18 # increase on changes of translation files
19 PKG_RELEASE:=1
20
21 PKG_LICENSE:=Apache-2.0
22 PKG_MAINTAINER:=Christian Schoenebeck <christian.schoenebeck@gmail.com>
23
24 # LuCI specific settings
25 LUCI_TITLE:=LuCI Support for Dynamic DNS Client (ddns-scripts)
26 LUCI_DEPENDS:=+luci-mod-admin-full +ddns-scripts
27 # LUCI_PKGARCH:=all
28
29 define Package/$(PKG_NAME)/config
30 # shown in make menuconfig <Help>
31 help
32         $(LUCI_TITLE)
33         Version: $(PKG_VERSION)-$(PKG_RELEASE)
34 endef
35
36 include ../../luci.mk
37
38 # call BuildPackage - OpenWrt buildroot signature