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