]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - iftop/iftop.nm
libnl3: New package.
[people/ms/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 = 0.17
8 release = 2
9
10 groups = 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
36 package %{name}-debuginfo
37 template DEBUGINFO
38 end
39 end