]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame_incremental - htop/htop.nm
htop: Update to 1.0.3.
[people/ms/ipfire-3.x.git] / htop / htop.nm
... / ...
CommitLineData
1###############################################################################
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
4###############################################################################
5
6name = htop
7version = 1.0.3
8release = 1
9
10groups = Applications/System
11url = http://htop.sourceforge.net/
12license = GPL+
13summary = Interactive process viewer.
14
15description
16 htop is an interactive text-mode process viewer for Linux, similar to
17 top(1).
18end
19
20source_dl = http://sourceforge.net/projects/%{name}/files/%{name}/%{version}/
21source_dl += http://hisham.hm/htop/releases/%{version}/
22
23build
24 requires
25 ncurses-devel
26 end
27
28 install_cmds
29 rm -rf %{BUILDROOT}%{datadir}/{applications,pixmaps}
30 end
31end
32
33packages
34 package %{name}
35 groups += Base
36 end
37
38 package %{name}-debuginfo
39 template DEBUGINFO
40 end
41end