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