]> git.pld-linux.org Git - packages/htop.git/commitdiff
- initial version
authoryogib <yogib@pld-linux.org>
Thu, 10 Jun 2004 09:59:43 +0000 (09:59 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    htop.spec -> 1.1

htop.spec [new file with mode: 0644]

diff --git a/htop.spec b/htop.spec
new file mode 100644 (file)
index 0000000..1e5278a
--- /dev/null
+++ b/htop.spec
@@ -0,0 +1,43 @@
+Summary:       An interactive process viewer
+Summary(pl):   Interaktywna przegl±darka procesów
+Name:          htop
+Version:       0.3.2
+Release:       1
+License:       GPL
+Group:         Applications/System
+Source0:       http://dl.sourceforge.net/htop/%{name}-%{version}.tar.gz
+# Source0-md5: b6ea5db8122107e8628fece79a8cc3ae
+URL:           http://htop.sourceforge.net/
+BuildRequires: ncurses-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+htop is an interactive text-mode process viewer for Linux. It aims to
+be a better 'top'.
+
+%description -l pl
+htop jest interaktywn±, tekstow± przegl±dark± procesów dla Linuxa. Jej
+celem jest bycie lepsz± odmian± 'topu'.
+
+%prep
+%setup -q
+
+%build
+%configure
+%{__make} \
+       CFLAGS="%{rpmcflags} -I/usr/include/ncurses"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog README TODO
+%attr(755,root,root) %{_bindir}/*
+%{_mandir}/man1/*
This page took 0.031495 seconds and 4 git commands to generate.