]> git.ipfire.org Git - ipfire-3.x.git/blame - traceroute/traceroute.nm
libpipeline: Update to 1.5.3
[ipfire-3.x.git] / traceroute / traceroute.nm
CommitLineData
c14dcd08 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
c14dcd08
BS
4###############################################################################
5
802ea3af 6name = traceroute
eb62ddf3 7version = 2.1.0
c3bea2dc 8release = 2
802ea3af
MT
9
10groups = Application/Internet
11url = http://traceroute.sourceforge.net
12license = GPLv2+
13summary = Traces the route taken by packets over an IPv4/IPv6 network.
14
15description
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
c14dcd08 22 where the trouble is coming from along the route.
802ea3af
MT
23end
24
25source_dl = http://downloads.sourceforge.net/project/%{name}/%{name}/%{thisapp}/
26
27build
c3bea2dc 28 make_build_targets += CFLAGS="%{CFLAGS}" LDFLAGS="%{LDFLAGS}"
c14dcd08 29
802ea3af
MT
30 install
31 make install prefix=%{BUILDROOT}/usr
c14dcd08 32
802ea3af
MT
33 chmod 755 %{BUILDROOT}/usr/bin/traceroute
34 ln -svf traceroute %{BUILDROOT}/usr/bin/traceroute6
35 end
36end
3a164556 37
802ea3af
MT
38packages
39 package %{name}
1f9bc2f0
MT
40
41 package %{name}-debuginfo
42 template DEBUGINFO
43 end
802ea3af 44end