| Summary : A console application which monitors network traffic and bandwidth usage in real time |
| Name : @PACKAGE@ |
| Version : @VERSION@ |
| Release : 1 |
| Copyright : GPL |
| Url : http://www.roland-riegel.de/nload/index_en.html |
| Packager : Helder Correia <helder.correia@netcabo.pt> |
| Group : Applications/System |
| Source : %{name}-%{version}.tar.gz |
| BuildRoot : %{_tmppath}/%{name}-%{version}-root |
| |
| |
| %description |
| nload is a console application which monitors network traffic and bandwidth |
| usage in real time. It visualizes the in and outgoing traffic using two graphs |
| and provides additionally info like total amount of transfered data and min/max |
| network usage. |
| |
| |
| %prep |
| %setup -q |
| |
| |
| %build |
| %configure |
| |
| |
| %install |
| rm -rf %{buildroot} |
| %makeinstall |
| |
| |
| %clean |
| rm -rf %{buildroot} |
| |
| |
| %files |
| %defattr(-,root,root) |
| %doc AUTHORS COPYING ChangeLog NEWS README |
| %attr(0755,root,root) %{_bindir}/@PACKAGE@ |
| %{_mandir}/man1/@PACKAGE@.1* |
| |
| |
| %changelog |
| * Wed Jul 31 2002 Helder Correia <helder.correia@netcabo.pt> |
| - Initial RPM release. |