diff options
author | Christian Schoenebeck <christian.schoenebeck@gmail.com> | 2015-01-11 00:14:59 +0100 |
---|---|---|
committer | Christian Schoenebeck <christian.schoenebeck@gmail.com> | 2015-01-11 00:16:07 +0100 |
commit | ea5f22e65325ed1463e73805992fcaaa57b246f8 (patch) | |
tree | 7c51b3897307b59bc2a1b24d9c4f3534982691c7 /applications/luci-app-ddns/Makefile | |
parent | 1ce2d8f46af0673068a8057dbeb76af9c477ad55 (diff) |
luci-app-ddns: adaption to new luci structure and cleanup
- adaption to LuCI's new directory structure on github
- adaption to LuCI's new Makefile optional settings
- remove CHANGELOG from github
- directory structure cleanup
not all patches of 2.1.0-3 and before were applied to new directory
structure
Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
Diffstat (limited to 'applications/luci-app-ddns/Makefile')
-rw-r--r-- | applications/luci-app-ddns/Makefile | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/applications/luci-app-ddns/Makefile b/applications/luci-app-ddns/Makefile index 303537ecc2..d116f06a46 100644 --- a/applications/luci-app-ddns/Makefile +++ b/applications/luci-app-ddns/Makefile @@ -1,13 +1,21 @@ # -# Copyright (C) 2008-2014 The LuCI Team <luci@lists.subsignal.org> +# Copyright (C) 2008-2015 The LuCI Team <luci@lists.subsignal.org> # # This is free software, licensed under the Apache License, Version 2.0 . # include $(TOPDIR)/rules.mk -LUCI_TITLE:=LuCI Support for Dynamic DNS -LUCI_DEPENDS:=+ddns-scripts +LUCI_TITLE:=LuCI Support for Dynamic DNS (ddns-scripts) +LUCI_DEPENDS:=+ddns-scripts +luci-mod-admin-full + +PKG_NAME:=luci-app-ddns +PKG_VERSION:=2.1.0 +PKG_RELEASE:=4 +PKG_LICENSE:=Apache-2.0 +PKGARCH:=all + +PKG_MAINTAINER:=Christian Schoenebeck <christian.schoenebeck@gmail.com> include ../../luci.mk |