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