]> git.pld-linux.org Git - packages/bwm-ng.git/blob - bwm-ng.spec
- pl desc, mark config
[packages/bwm-ng.git] / bwm-ng.spec
1 Summary:        Bandwidth monitor - display bandwidth usage on all interfaces
2 Summary(pl):    Bandwidth monitor - wy¶wietlanie obci±¿enia na interfejsach
3 Name:           bwm-ng
4 Version:        0.4
5 Release:        1
6 License:        GPL
7 Group:          Networking/Utilities
8 Source0:        http://www.gropp.org/%{name}-%{version}.tar.gz
9 # Source0-md5:  4fc0839ae212bc0b805fc4adeb55a3ac
10 URL:            http://www.gropp.org/
11 BuildRequires:  libstatgrab-devel
12 BuildRequires:  ncurses-devel
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 Bandwidth Monitor NG is a small and simple console-based bandwidth
17 monitor for Linux, BSD, and Mac OS X, or other systems with either
18 /proc/net/dev, netstat (Linux and BSD), getifaddrs, sysctl, or
19 libstatgrab. You can choose whether to show all interfaces or only
20 those interfaces that are up. Output is possible as plain console,
21 curses, CSV, or HTML. Unlimited interfaces are supported and will be
22 added dynamically while running.
23
24 %description -l pl
25 Bandwidth Monitor NG to ma³y i prosty dzia³aj±cy na terminalu
26 tekstowym monitor wykorzystania pasma dla Linuksa, BSD i Mac OS X lub
27 innych systemów z interfejsem /proc/net/dev, netstat, getifaddrs,
28 sysctl lub libstatgrab. Mo¿na wybraæ, czy maj± byæ pokazywane
29 wszystkie interfejsy, czy tylko aktualnie w³±czone. Obs³ugiwane jest
30 wyj¶cie na zwyk³± konsolê, przez curses, w CSV lub w HTML-u.
31 Obs³ugiwana jest nieograniczona liczba interfejsów, bêd± one dodawane
32 dynamicznie w trakcie dzia³ania programu.
33
34 %prep
35 %setup -q
36
37 %build
38 %configure
39 %{__make} \
40         CFLAGS="%{rpmcflags} -Wall -I/usr/include/ncurses"
41
42 %install
43 rm -rf $RPM_BUILD_ROOT
44 install -d $RPM_BUILD_ROOT{%{_bindir},%{_sysconfdir}}
45 install bwm-ng $RPM_BUILD_ROOT%{_bindir}
46 install bwm-ng.conf-example $RPM_BUILD_ROOT%{_sysconfdir}/bwm-ng.conf
47
48 %clean
49 rm -rf $RPM_BUILD_ROOT
50
51 %files
52 %defattr(644,root,root,755)
53 %doc README changelog
54 %attr(755,root,root) %{_bindir}/*
55 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/bwm-ng.conf
This page took 0.176498 seconds and 4 git commands to generate.