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