summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-ddns/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'applications/luci-app-ddns/Makefile')
-rw-r--r--applications/luci-app-ddns/Makefile14
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