Merge pull request #305 from nmav/compression
[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
13 PKG_NAME:=luci-app-ddns
14
15 # Version == major.minor.patch
16 # increase on new functionality (minor) or patches (patch)
17 PKG_VERSION:=2.1.1
18
19 # Release == build
20 # increase on changes of translation files
21 PKG_RELEASE:=0
22
23 PKG_LICENSE:=Apache-2.0
24 PKG_MAINTAINER:=Christian Schoenebeck <christian.schoenebeck@gmail.com>
25
26 define Package/$(PKG_NAME)/config
27 # shown in make menuconfig <Help>
28 help
29         $(LUCI_TITLE)
30
31         Version   : $(PKG_VERSION)-$(PKG_RELEASE)
32         Maintainer: $(PKG_MAINTAINER)
33 endef
34
35 include ../../luci.mk
36
37 # call BuildPackage - OpenWrt buildroot signature