]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - ddns/ddns.nm
ddns: New package (version 005)
[people/ms/ipfire-3.x.git] / ddns / ddns.nm
CommitLineData
08748e57
MT
1###############################################################################
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
4###############################################################################
5
6name = ddns
7version = 005
8release = 1
9arch = noarch
10
11groups = System/Tools
12url = http://www.ipfire.org
13license = GPLv3
14summary = A python based dynamic DNS updater.
15
16description
17 ddns is a simple, extensible, cross-distribution, cross-platform dynamic DNS updater
18 written in Python.
19end
20
21source_dl = http://source.ipfire.org/releases/ddns/
22sources = %{thisapp}.tar.xz
23
24build
25 requires
26 autoconf
27 automake
28 gettext-devel
29 intltool
30 m4
31 end
32
33 configure_options += \
34 --prefix=%{prefix} \
35 --sysconfdir=%{sysconfdir}
36
37 prepare_cmds
38 ./autogen.sh
39 end
40
41 install_cmds
42 # Ship an empty configuration file.
43 touch %{BUILDROOT}%{sysconfdir}/%{name}/ddns.conf
44 end
45end
46
47packages
48 package %{name}
49 recommends
50 %{bindir}/nsupdate
51 end
52
53 configfiles
54 %{sysconfdir}/%{name}/ddns.conf
55 end
56 end
57end