]> git.ipfire.org Git - people/stevee/ipfire-3.x.git/blob - pkgs/iftop/iftop.nm
bee6dac1ceda601cdf413d6859894bcb58490e00
[people/stevee/ipfire-3.x.git] / pkgs / iftop / iftop.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = iftop
7 version = 0.17
8 release = 1
9
10 groups = Base Applications/System
11 url = http://www.ex-parrot.com/pdw/iftop/
12 license = GPL+
13 summary = Interactive traffic listings
14
15 description
16 iftop is an interactive text-mode traffic viewer for Linux.
17 end
18
19 source_dl =
20 sources = %{thisapp}.tar.gz
21
22 build
23 requires
24 libpcap-devel
25 ncurses-devel
26 end
27
28 configure_options += \
29 --sysconfdir=/etc \
30 --mandir=/usr/share/man
31 end
32
33 packages
34 package %{name}
35 end
36 end