Name: bmon Version: 1.2.1 Release: 0vl2 Vendor: Project Vine Distribution: Vine Linux License: Artistic License Group: Applications/System URL: http://trash.net/~reeler/bmon/ Source0: http://trash.net/~reeler/bmon/files/%{name}-%{version}.tar.bz2 Source1: bmon.desktop Patch0: bmon-Makefile.patch BuildRoot: %{_tmppath}/%{name}-root Requires: ncurses BuildPreReq: ncurses-devel Summary: an interface bandwidth monitor Summary(ja): ネットワークインターフェースのモニタ %description bmon is an interface bandwidth monitor. It is able to generate and draw three types of diagrams: * The overview diagram which is a list of all interfaces and their send/receive rates. * A very MRTG like graphical diagram in ASCII showing the rate over a specific time period in a bar diagram. * The details diagram which contains all counters of an interface such as total bytes sent/received, errors, compressed packets, ... %description -l ja bmon はネットワークインターフェースのモニタです. 3種類の表示が可能です. * overview : 全てのネットワークインターフェースの送受信レートを一覧表示 * graphical : MRTG 風のグラフ(ASCII)で,送受信レートを時間軸の上に表示 * detail : 送受信バイト数,エラー数,パケット数などの数値を表示 %prep %setup -q %patch0 -p1 %build %configure %__make %install %__rm -rf %{buildroot} %makeinstall %define applnkdir %{_datadir}/applications %__mkdir_p %{buildroot}%{applnkdir} %__install -m644 %{SOURCE1} %{buildroot}%{applnkdir} %clean %__rm -rf %{buildroot} %files %defattr(-,root,root) %doc AUTHORS COPYING ChangeLog bmonrc %config %{applnkdir}/* %{_bindir}/* %{_mandir}/man?/* %changelog * Sun Oct 10 2004 USAMI Kosuke - 1.2.1-0vl2 - add Japanese Summary - change path to desktop file - separate desktop file from spec file * Sat Aug 2 2003 USAMI Kosuke - 1.2.1-0vl1 - new upstream version. - add Requires and BuildPreReq * Thu Apr 17 2003 USAMI Kosuke 1.2.0-0vl1 - Initial build.