]> git.pld-linux.org Git - packages/bmon.git/blob - bmon.spec
- updated to 1.2.1, removed unused patch0
[packages/bmon.git] / bmon.spec
1 Summary:        Console interface bandwidth usage monitor
2 Summary(pl):    Konsolowy monitor u¿ycia interfejsu sieciowego
3 Name:           bmon
4 Version:        1.2.1
5 Release:        1
6 License:        Artistic
7 Group:          Applications/Networking
8 Source0:        http://trash.net/~reeler/bmon/files/%{name}-%{version}.tar.bz2
9 # Source0-md5:  52c400477996b6f85046981226b2d278
10 URL:            http://trash.net/~reeler/bmon/
11 BuildRequires:  autoconf
12 BuildRequires:  automake
13 BuildRequires:  gettext-devel
14 BuildRequires:  ncurses-devel
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 bmon is an interface bandwidth monitor.
19
20 It is able to generate and draw three types of diagrams:
21  - The overview diagram which is a list of all interfaces and their
22    send/receive rates.
23  - A very MRTG like graphical diagram in ASCII showing the rate over a
24    specific time period in a bar diagram.
25  - The details diagram which contains all counters of an interface such
26    as total bytes sent/received, errors, compressed packets, ...
27
28 %description -l pl
29 bmon jest monitorem ruchu na interfejsach sieciowych.
30
31 Pozwala on na generowanie i rysowanie trzech typów diagramów:
32  - Diagram ogólny który wy¶wietla wszystkie interfejsy sieciowe i
33    informacje o aktualnym zu¿yciu przepustowo¶ci
34  - Diagram ASCII podobny do generowanego przez MRTG, pokazuj±cy
35    informacje o przesyle danych w postaci wykresu paskowego
36  - Diagram szczegó³owy który zawiera wszystkie liczniki danego
37    interfejsu, takie jak ca³kowita liczba bajtów odebranych/wys³anych,
38    b³êdy, skompresowane pakiety...
39
40 %prep
41 %setup -q
42
43 %build
44 %{__gettextize}
45 %{__aclocal}
46 %{__autoconf}
47 %{__autoheader}
48 %configure
49 %{__make}
50
51 %install
52 rm -rf $RPM_BUILD_ROOT
53 install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
54
55 install bmon $RPM_BUILD_ROOT%{_bindir}
56 install bmon.1 $RPM_BUILD_ROOT%{_mandir}/man1
57
58 %clean
59 rm -rf $RPM_BUILD_ROOT
60
61 %files
62 %defattr(644,root,root,755)
63 %doc AUTHORS ChangeLog
64 %attr(755,root,root) %{_bindir}/*
65 %{_mandir}/man1/*
This page took 0.05718 seconds and 3 git commands to generate.