]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - htop/htop.nm
6e8dc5645a60cc6ce8c22e8e3e4ff717de6c7da3
[people/ms/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.2
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/htop/files
21
22 build
23 requires
24 ncurses-devel
25 end
26
27 configure_options += \
28 --sysconfdir=/etc
29
30 install_cmds
31 rm -rf %{BUILDROOT}/usr/share/{applications,pixmaps}
32 end
33 end
34
35 packages
36 package %{name}
37 groups += Base
38 end
39
40 package %{name}-debuginfo
41 template DEBUGINFO
42 end
43 end