]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - traceroute/traceroute.nm
glibc: Update to 2.19.
[people/ms/ipfire-3.x.git] / traceroute / traceroute.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = traceroute
7 version = 2.0.12
8 release = 1
9
10 groups = Application/Internet
11 url = http://traceroute.sourceforge.net
12 license = GPLv2+
13 summary = Traces the route taken by packets over an IPv4/IPv6 network.
14
15 description
16 The traceroute utility displays the route used by IP packets
17 on their way to a specified network (or Internet) host.
18 Traceroute displays the IP number and host name (if possible)
19 of the machines along the route taken by the packets.
20 Traceroute is used as a network debugging tool. If you're
21 having network connectivity problems, traceroute will show you
22 where the trouble is coming from along the route.
23 end
24
25 source_dl = http://downloads.sourceforge.net/project/%{name}/%{name}/%{thisapp}/
26
27 build
28 prepare_cmds
29 echo "CFLAGS += %{CFLAGS}" >> Make.defines
30 end
31
32 install
33 make install prefix=%{BUILDROOT}/usr
34
35 chmod 755 %{BUILDROOT}/usr/bin/traceroute
36 ln -svf traceroute %{BUILDROOT}/usr/bin/traceroute6
37 end
38 end
39
40 packages
41 package %{name}
42 end
43
44 package %{name}-debuginfo
45 template DEBUGINFO
46 end
47 end