]> git.ipfire.org Git - ipfire-3.x.git/blob - traceroute/traceroute.nm
kernel: Update to 5.1
[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.1.0
8 release = 2
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 make_build_targets += CFLAGS="%{CFLAGS}" LDFLAGS="%{LDFLAGS}"
29
30 install
31 make install prefix=%{BUILDROOT}/usr
32
33 chmod 755 %{BUILDROOT}/usr/bin/traceroute
34 ln -svf traceroute %{BUILDROOT}/usr/bin/traceroute6
35 end
36 end
37
38 packages
39 package %{name}
40
41 package %{name}-debuginfo
42 template DEBUGINFO
43 end
44 end