]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - bwm-ng/bwm-ng.nm
tmux: New package.
[people/ms/ipfire-3.x.git] / bwm-ng / bwm-ng.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = bwm-ng
7 version = 0.6
8 release = 2
9
10 groups = Networking/Statistics
11 url = http://www.gropp.org/?id=projects&sub=bwm-ng
12 license = GPLv2+
13 summary = A bandwidth monitor for the shell.
14
15 description
16 bwm-ng diplays the traffic passing by on all interfaces.
17 end
18
19 source_dl = http://www.gropp.org/bwm-ng/
20
21 build
22 requires
23 libstatgrab-devel
24 ncurses-devel
25 end
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
40 end
41
42 packages
43 package %{name}
44 requires
45 procps
46 end
47 end
48
49 package %{name}-debuginfo
50 template DEBUGINFO
51 end
52 end