]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - bwm-ng/bwm-ng.nm
tmux: New package.
[people/ms/ipfire-3.x.git] / bwm-ng / bwm-ng.nm
CommitLineData
801ffdb7 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
801ffdb7
SS
4###############################################################################
5
802ea3af
MT
6name = bwm-ng
7version = 0.6
c1ee9eb8 8release = 2
801ffdb7 9
802ea3af
MT
10groups = Networking/Statistics
11url = http://www.gropp.org/?id=projects&sub=bwm-ng
12license = GPLv2+
13summary = A bandwidth monitor for the shell.
801ffdb7 14
802ea3af
MT
15description
16 bwm-ng diplays the traffic passing by on all interfaces.
17end
801ffdb7 18
802ea3af 19source_dl = http://www.gropp.org/bwm-ng/
3815ecca 20
802ea3af
MT
21build
22 requires
c1ee9eb8 23 libstatgrab-devel
802ea3af
MT
24 ncurses-devel
25 end
c1ee9eb8
MT
26
27 configure_options += \
28 --enable-64bit \
29 --enable-netstatbyte \
30 --enable-netstatlink \
31 --with-ncurses \
32 --with-time \
33 --with-getopt_long \
34 --with-getifaddrs \
35 --with-sysctl \
36 --with-procnetdev \
37 --with-libstatgrab \
38 --with-netstatlinux \
39 --without-strip
802ea3af 40end
801ffdb7 41
802ea3af
MT
42packages
43 package %{name}
c1ee9eb8
MT
44 requires
45 procps
46 end
802ea3af 47 end
1f9bc2f0
MT
48
49 package %{name}-debuginfo
50 template DEBUGINFO
51 end
802ea3af 52end