]> git.pld-linux.org Git - packages/htop.git/blob - htop.spec
- updated to 0.5
[packages/htop.git] / htop.spec
1 Summary:        An interactive process viewer
2 Summary(pl):    Interaktywna przegl±darka procesów
3 Name:           htop
4 Version:        0.5
5 Release:        1
6 License:        GPL
7 Group:          Applications/System
8 Source0:        http://dl.sourceforge.net/htop/%{name}-%{version}.tar.gz
9 # Source0-md5:  2e958d3658c45e057ffe11d24f4509d4
10 # Source0-size: 120228
11 URL:            http://htop.sourceforge.net/
12 BuildRequires:  ncurses-devel
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 htop is an interactive text-mode process viewer for Linux. It aims to
17 be a better 'top'.
18
19 %description -l pl
20 htop jest interaktywn±, tekstow± przegl±dark± procesów dla Linuksa. Jej
21 celem jest bycie lepsz± odmian± 'topu'.
22
23 %prep
24 %setup -q
25
26 %build
27 %configure
28 %{__make} \
29         CFLAGS="%{rpmcflags} -I/usr/include/ncurses"
30
31 %install
32 rm -rf $RPM_BUILD_ROOT
33
34 %{__make} install \
35         DESTDIR=$RPM_BUILD_ROOT
36
37 %clean
38 rm -rf $RPM_BUILD_ROOT
39
40 %files
41 %defattr(644,root,root,755)
42 %doc AUTHORS ChangeLog README TODO
43 %attr(755,root,root) %{_bindir}/*
44 %{_mandir}/man1/*
This page took 0.027744 seconds and 4 git commands to generate.