Sophie

Sophie

distrib > Mandriva > 10.2 > x86_64 > by-pkgid > 0eb915204c8263c18847a95de97e2b6f > files > 2

htop-0.5.1-1mdk.src.rpm

Summary:	Interactive text-mode process viewer for Linux
Name:		htop
Version:	0.5.1
Release: 	1mdk
Source0:	http://prdownloads.sourceforge.net/htop/%{name}-%{version}.tar.bz2
License:	GPL
Group:		Monitoring
Url:		http://htop.sourceforge.net/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot


%description
htop is an interactive process viewer for Linux, similar to top.
It requires ncurses. Tested with Linux 2.4 and 2.6.
Some advantages over top :
* you can scroll the list vertically and horizontally to see
all processes and complete command lines
* htop starts faster than top
* you don't need to type the process number to kill a process
* you don't need to type the process number or the priority value to
renice a process
* htop supports mouse operation

%prep
%setup -q

%build
%configure2_5x
%make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.*

%changelog
* Mon Apr 11 2005 Lenny Cartier <lenny@mandrakesoft.com> 0.5.1-1mdk
- 0.5.1

* Sat Jan 15 2005 Olivier Blin <blino@mandrake.org> 0.5-1mdk
- initial release