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