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