General
Start
APT/YUM/Smart config
List of packages
GPG key
Mirrors
Recent changes
How you can help
Pydar2
Thanks:
Primary buildsystem hosted at ithomi
SUSE and Mandrake builds made by the openSUSE build service
Static site hosted at ULYSSIS
Primary mirrors hosted at BELNET, HEAnet, 3TI
Varia:
Random picture!
Looking for a java job?
Leuven blogt

nload spec file : Dries RPM Repository

Back to the nload rpms

Current spec in pydar2:


# $Id: nload.spec 4308 2006-04-21 22:20:20Z dries $
# Authority: dag

Summary: Console application which monitors network traffic and bandwidth usage in real time
Name: nload
Version: 0.6.0
Release: 1.2
License: GPL
Group: Applications/System
URL: http://www.roland-riegel.de/nload/

Source: http://dl.sf.net/nload/nload-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root

BuildRequires: ncurses-devel >= 5.0, gcc-c++

%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 additional info like total amount of transfered data and min/max
network usage.

%prep
%setup

%build
%configure
%{__make} %{?_smp_mflags}

%install
%{__rm} -rf %{buildroot}
%{__make} install DESTDIR="%{buildroot}"

%clean
%{__rm} -rf %{buildroot}

%files
%defattr(-, root, root, 0755)
%doc AUTHORS ChangeLog COPYING NEWS README
%doc %{_mandir}/man1/nload.1*
%{_bindir}/nload

%changelog
* Sat Apr 08 2006 Dries Verachtert  - 0.6.0-1.2
- Rebuild for Fedora Core 5.

* Fri Jan 27 2006 Dag Wieers  - 0.6.0-1
- Initial package. (using DAR)