]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blob - noip/noip.nm
Add a -debuginfo for every package that is not noarch.
[people/amarx/ipfire-3.x.git] / noip / noip.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = noip
7 version = 2.1.7
8 release = 1
9
10 groups = System/Daemons
11 url = http://www.no-ip.com
12 license = GPLv2+
13 summary = A dynamic DNS update client.
14
15 description
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
19 the DNS at No-IP whenever it changes.
20 end
21
22 source_dl =
23
24 build
25 make_build_targets +=\
26 PREFIX=/usr \
27 CONFDIR=/etc
28
29 install
30 mkdir -pv %{BUILDROOT}/usr/bin
31 cp noip2 %{BUILDROOT}/usr/bin/noip2
32 end
33 end
34
35 packages
36 package %{name}
37
38 package %{name}-debuginfo
39 template DEBUGINFO
40 end
41 end