]> git.ipfire.org Git - ipfire-3.x.git/blob - iftop/iftop.nm
sysctl.conf: Turn on hard- and symlink protection
[ipfire-3.x.git] / 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 = 1.0
8 preversion = pre4
9 release = 0.%{preversion}.1
10 thisapp = %{name}-%{version}%{preversion}
11
12 groups = Applications/System
13 url = http://www.ex-parrot.com/pdw/iftop/
14 license = GPL+
15 summary = Interactive traffic listings
16
17 description
18 iftop is an interactive text-mode traffic viewer for Linux.
19 end
20
21 source_dl = http://www.ex-parrot.com/pdw/iftop/download/
22 sources = %{thisapp}.tar.gz
23
24 build
25 requires
26 libpcap-devel
27 ncurses-devel
28 end
29 end
30
31 packages
32 package %{name}
33
34 package %{name}-debuginfo
35 template DEBUGINFO
36 end
37 end