]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - htop/htop.nm
ulogd2: Update to 2.0.4.
[people/ms/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
5201171a 7version = 1.0.2
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
038b134d 20source_dl = http://sourceforge.net/projects/htop/files
802ea3af
MT
21
22build
23 requires
24 ncurses-devel
25 end
a2030076 26
802ea3af
MT
27 configure_options += \
28 --sysconfdir=/etc
a2030076 29
802ea3af
MT
30 install_cmds
31 rm -rf %{BUILDROOT}/usr/share/{applications,pixmaps}
32 end
33end
a05d7338 34
802ea3af
MT
35packages
36 package %{name}
583d4fb6 37 groups += Base
802ea3af 38 end
1f9bc2f0
MT
39
40 package %{name}-debuginfo
41 template DEBUGINFO
42 end
802ea3af 43end