]> git.ipfire.org Git - ipfire-3.x.git/blame - mtr/mtr.nm
json-c: Update to version 0.17-20230812
[ipfire-3.x.git] / mtr / mtr.nm
CommitLineData
9c6fb437
MT
1###############################################################################
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
4###############################################################################
5
6name = mtr
99226941 7version = 0.95
9c6fb437
MT
8release = 1
9
10groups = Applications/Internet
5af365ab 11url = https://www.BitWizard.nl/mtr
9c6fb437 12license = GPLv2+
5af365ab 13summary = A network diagnostic tool
9c6fb437
MT
14
15description
16 Mtr is a network diagnostic tool that combines ping and traceroute
17 into one program.
18end
19
99226941 20source_dl = https://github.com/traviscross/mtr/archive/refs/tags/v%{version}.tar.gz#/
9c6fb437
MT
21
22build
23 requires
8473cdce
MT
24 autoconf
25 automake
9c6fb437 26 ncurses-devel
0fced0eb 27 glib2-devel
8473cdce 28 libcap-devel
9c6fb437
MT
29 end
30
99226941
PM
31 prepare_cmds
32 ./bootstrap.sh
33 end
5af365ab 34
9c6fb437
MT
35 configure_options += \
36 --without-gtk
37end
38
39packages
40 package %{name}
41
42 package %{name}-debuginfo
43 template DEBUGINFO
44 end
45end