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