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