############################################################################### # IPFire.org - An Open Source Firewall Solution # # Copyright (C) - IPFire Development Team # ############################################################################### name = mtr version = 0.95 release = 1 groups = Applications/Internet url = https://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 = https://github.com/traviscross/mtr/archive/refs/tags/v%{version}.tar.gz#/ build requires autoconf automake ncurses-devel glib2-devel libcap-devel end prepare_cmds ./bootstrap.sh end configure_options += \ --without-gtk end packages package %{name} package %{name}-debuginfo template DEBUGINFO end end