]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - traceroute/traceroute.nm
tmux: New package.
[people/ms/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
MT
6name = traceroute
7version = 2.0.12
8release = 1
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
28 prepare_cmds
29 echo "CFLAGS += %{CFLAGS}" >> Make.defines
30 end
c14dcd08 31
802ea3af
MT
32 install
33 make install prefix=%{BUILDROOT}/usr
c14dcd08 34
802ea3af
MT
35 chmod 755 %{BUILDROOT}/usr/bin/traceroute
36 ln -svf traceroute %{BUILDROOT}/usr/bin/traceroute6
37 end
38end
3a164556 39
802ea3af
MT
40packages
41 package %{name}
42 end
1f9bc2f0
MT
43
44 package %{name}-debuginfo
45 template DEBUGINFO
46 end
802ea3af 47end