]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - mtr/mtr.nm
grep: Update to version 2.18.
[people/ms/ipfire-3.x.git] / mtr / mtr.nm
CommitLineData
9c6fb437
MT
1###############################################################################
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
4###############################################################################
5
6name = mtr
7version = 0.82
8release = 1
9
10groups = Applications/Internet
11url = http://www.BitWizard.nl/mtr
12license = GPLv2+
13summary = A network diagnostic tool.
14
15description
16 Mtr is a network diagnostic tool that combines ping and traceroute
17 into one program.
18end
19
20source_dl = ftp://ftp.bitwizard.nl/mtr/
21
22build
23 requires
24 ncurses-devel
25 end
26
27 configure_options += \
28 --without-gtk
29end
30
31packages
32 package %{name}
33
34 package %{name}-debuginfo
35 template DEBUGINFO
36 end
37end