]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - mtr/mtr.nm
gcc: Update to 6.4.0
[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
0fced0eb 7version = 0.85
9c6fb437
MT
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
0fced0eb 25 glib2-devel
9c6fb437
MT
26 end
27
28 configure_options += \
29 --without-gtk
30end
31
32packages
33 package %{name}
34
35 package %{name}-debuginfo
36 template DEBUGINFO
37 end
38end