]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blob - ddns/ddns.nm
pyliblzma: Drop package
[people/amarx/ipfire-3.x.git] / ddns / ddns.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = ddns
7 version = 005
8 release = 1
9 arch = noarch
10
11 groups = System/Tools
12 url = http://www.ipfire.org
13 license = GPLv3
14 summary = A python based dynamic DNS updater.
15
16 description
17 ddns is a simple, extensible, cross-distribution, cross-platform dynamic DNS updater
18 written in Python.
19 end
20
21 source_dl = http://source.ipfire.org/releases/ddns/
22 sources = %{thisapp}.tar.xz
23
24 build
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
45 end
46
47 packages
48 package %{name}
49 recommends
50 %{bindir}/nsupdate
51 end
52
53 configfiles
54 %{sysconfdir}/%{name}/ddns.conf
55 end
56 end
57 end