]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blame - htop/htop.nm
Add a -debuginfo for every package that is not noarch.
[people/amarx/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
038b134d 7version = 1.0
802ea3af 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
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}
37 end
1f9bc2f0
MT
38
39 package %{name}-debuginfo
40 template DEBUGINFO
41 end
802ea3af 42end