X-Git-Url: http://git.ipfire.org/?p=people%2Fms%2Fipfire-3.x.git;a=blobdiff_plain;f=ddns%2Fddns.nm;fp=ddns%2Fddns.nm;h=cf5f94f4d3e6169f202c00b3935e6d349b073a2d;hp=0000000000000000000000000000000000000000;hb=08748e57d48d8a1f09bd8a6d76f23c48b844060c;hpb=4f3d5107d7f1f8a459538262afe0078f1f9189fc 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