]> git.ipfire.org Git - ipfire-3.x.git/blame - mtr/mtr.nm
cifs-utils: Drop package
[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
5af365ab 7version = 0.94
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
5af365ab 20source_dl = https://www.bitwizard.nl/mtr/files/
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
5af365ab
MT
31 # The code has plenty of those errors :(
32 CFLAGS += -Wno-error=format-security
33
9c6fb437
MT
34 configure_options += \
35 --without-gtk
36end
37
38packages
39 package %{name}
40
41 package %{name}-debuginfo
42 template DEBUGINFO
43 end
44end