Merge pull request #333 from legendtang/master
[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 PKG_NAME:=luci-app-ddns
10
11 # Version == major.minor.patch
12 # increase on new functionality (minor) or patches (patch)
13 PKG_VERSION:=2.2.1
14
15 # Release == build
16 # increase on changes of translation files
17 PKG_RELEASE:=1
18
19 PKG_LICENSE:=Apache-2.0
20 PKG_MAINTAINER:=Christian Schoenebeck <christian.schoenebeck@gmail.com>
21
22 # LuCI specific settings
23 LUCI_TITLE:=LuCI Support for Dynamic DNS Client (ddns-scripts)
24 LUCI_DEPENDS:=+luci-mod-admin-full +ddns-scripts
25 LUCI_PKGARCH:=all
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         $(PKG_MAINTAINER)
34 endef
35
36 include $(TOPDIR)/feeds/luci/luci.mk
37
38 # call BuildPackage - OpenWrt buildroot signature