]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - noip/noip.nm
glibc: Update to 2.19.
[people/ms/ipfire-3.x.git] / noip / noip.nm
CommitLineData
fb7def71 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
fb7def71
SS
4###############################################################################
5
802ea3af
MT
6name = noip
7version = 2.1.7
8release = 1
fb7def71 9
802ea3af
MT
10groups = System/Daemons
11url = http://www.no-ip.com
12license = GPLv2+
13summary = A dynamic DNS update client.
fb7def71 14
802ea3af
MT
15description
16 Keep your current IP address in sync with your No-IP host or domain
17 with this Dynamic Update Client (DUC). The client continually checks
18 for IP address changes in the background and automatically updates
fb7def71 19 the DNS at No-IP whenever it changes.
802ea3af
MT
20end
21
22source_dl =
fb7def71 23
802ea3af
MT
24build
25 make_build_targets +=\
26 PREFIX=/usr \
27 CONFDIR=/etc
fb7def71 28
802ea3af
MT
29 install
30 mkdir -pv %{BUILDROOT}/usr/bin
31 cp noip2 %{BUILDROOT}/usr/bin/noip2
32 end
33end
fb7def71 34
802ea3af
MT
35packages
36 package %{name}
1f9bc2f0
MT
37
38 package %{name}-debuginfo
39 template DEBUGINFO
40 end
802ea3af 41end