iftop: Update to 1.0pre4

The old version FTBFS and is therefore updated

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer 2016-09-24 10:48:14 +01:00
parent e3c3abe46b
commit 45df5c83d2
1 changed files with 5 additions and 7 deletions

View File

@ -4,8 +4,10 @@
############################################################################### ###############################################################################
name = iftop name = iftop
version = 0.17 version = 1.0
release = 2 preversion = pre4
release = 0.%{preversion}.1
thisapp = %{name}-%{version}%{preversion}
groups = Applications/System groups = Applications/System
url = http://www.ex-parrot.com/pdw/iftop/ url = http://www.ex-parrot.com/pdw/iftop/
@ -16,7 +18,7 @@ description
iftop is an interactive text-mode traffic viewer for Linux. iftop is an interactive text-mode traffic viewer for Linux.
end end
source_dl = source_dl = http://www.ex-parrot.com/pdw/iftop/download/
sources = %{thisapp}.tar.gz sources = %{thisapp}.tar.gz
build build
@ -24,10 +26,6 @@ build
libpcap-devel libpcap-devel
ncurses-devel ncurses-devel
end end
configure_options += \
--sysconfdir=/etc \
--mandir=/usr/share/man
end end
packages packages