]> git.ipfire.org Git - ipfire-3.x.git/blob - bwm-ng/bwm-ng.nm
json-c: Update to version 0.17-20230812
[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.3
8 release = 1
9
10 groups = Networking/Statistics
11 url = https://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 = https://www.gropp.org/bwm-ng/
20
21 build
22 requires
23 autoconf
24 automake
25 ncurses-devel
26 end
27
28 prepare_cmds
29 ./autogen.sh
30 end
31
32 configure_options += \
33 --enable-64bit \
34 --enable-netstatbyte \
35 --enable-netstatlink \
36 --with-ncurses \
37 --with-time \
38 --with-getopt_long \
39 --with-getifaddrs \
40 --with-sysctl \
41 --with-procnetdev \
42 --with-netstatlinux \
43 --without-strip
44 end
45
46 packages
47 package %{name}
48 requires
49 procps
50 end
51 end
52
53 package %{name}-debuginfo
54 template DEBUGINFO
55 end
56 end