]> git.ipfire.org Git - people/ms/ipfire-3.x.git/commitdiff
mtr: New package.
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 30 Sep 2012 13:29:36 +0000 (15:29 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 30 Sep 2012 13:29:36 +0000 (15:29 +0200)
A nice tool that combines ping and traceroute.

mtr/mtr.nm [new file with mode: 0644]

diff --git a/mtr/mtr.nm b/mtr/mtr.nm
new file mode 100644 (file)
index 0000000..4d978be
--- /dev/null
@@ -0,0 +1,37 @@
+###############################################################################
+# IPFire.org    - An Open Source Firewall Solution                            #
+# Copyright (C) - IPFire Development Team <info@ipfire.org>                   #
+###############################################################################
+
+name       = mtr
+version    = 0.82
+release    = 1
+
+groups     = Applications/Internet
+url        = http://www.BitWizard.nl/mtr
+license    = GPLv2+
+summary    = A network diagnostic tool.
+
+description
+       Mtr is a network diagnostic tool that combines ping and traceroute
+       into one program.
+end
+
+source_dl  = ftp://ftp.bitwizard.nl/mtr/
+
+build
+       requires
+               ncurses-devel
+       end
+
+       configure_options += \
+               --without-gtk
+end
+
+packages
+       package %{name}
+
+       package %{name}-debuginfo
+               template DEBUGINFO
+       end
+end