From 08748e57d48d8a1f09bd8a6d76f23c48b844060c Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Wed, 10 Dec 2014 14:16:30 +0100 Subject: [PATCH] ddns: New package (version 005) --- ddns/ddns.nm | 57 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 ddns/ddns.nm diff --git a/ddns/ddns.nm b/ddns/ddns.nm new file mode 100644 index 000000000..cf5f94f4d --- /dev/null +++ b/ddns/ddns.nm @@ -0,0 +1,57 @@ +############################################################################### +# IPFire.org - An Open Source Firewall Solution # +# Copyright (C) - IPFire Development Team # +############################################################################### + +name = ddns +version = 005 +release = 1 +arch = noarch + +groups = System/Tools +url = http://www.ipfire.org +license = GPLv3 +summary = A python based dynamic DNS updater. + +description + ddns is a simple, extensible, cross-distribution, cross-platform dynamic DNS updater + written in Python. +end + +source_dl = http://source.ipfire.org/releases/ddns/ +sources = %{thisapp}.tar.xz + +build + requires + autoconf + automake + gettext-devel + intltool + m4 + end + + configure_options += \ + --prefix=%{prefix} \ + --sysconfdir=%{sysconfdir} + + prepare_cmds + ./autogen.sh + end + + install_cmds + # Ship an empty configuration file. + touch %{BUILDROOT}%{sysconfdir}/%{name}/ddns.conf + end +end + +packages + package %{name} + recommends + %{bindir}/nsupdate + end + + configfiles + %{sysconfdir}/%{name}/ddns.conf + end + end +end -- 2.39.2