]> git.ipfire.org Git - ipfire-3.x.git/blame - mtr/mtr.nm
mtr: Update to 0.92
[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
8473cdce 7version = 0.92
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
8473cdce
MT
24 autoconf
25 automake
9c6fb437 26 ncurses-devel
0fced0eb 27 glib2-devel
8473cdce 28 libcap-devel
9c6fb437
MT
29 end
30
31 configure_options += \
32 --without-gtk
33end
34
35packages
36 package %{name}
37
38 package %{name}-debuginfo
39 template DEBUGINFO
40 end
41end