]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - pkgs/htop/htop.nm
Change file layout of the makefiles.
[people/ms/ipfire-3.x.git] / pkgs / 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
MT
6name = htop
7version = 0.9
8release = 1
a2030076 9
802ea3af
MT
10groups = Base Applications/System
11url = http://htop.sourceforge.net/
12license = GPL+
13summary = Interactive process viewer.
a2030076 14
802ea3af 15description
a2030076
SS
16 htop is an interactive text-mode process viewer for Linux, similar to \
17 top(1).
802ea3af
MT
18end
19
20source_dl =
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}
37 end
38end