]> git.ipfire.org Git - ipfire-3.x.git/blob - mtr/mtr.nm
kernel: Disable support for 6RD
[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.85
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 glib2-devel
26 end
27
28 configure_options += \
29 --without-gtk
30 end
31
32 packages
33 package %{name}
34
35 package %{name}-debuginfo
36 template DEBUGINFO
37 end
38 end