]> git.ipfire.org Git - people/stevee/ipfire-3.x.git/blame - htop/htop.nm
htop: Update to 3.2.1
[people/stevee/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
defae3b3 7version = 3.2.1
2ce4d5f0 8release = 1
a2030076 9
583d4fb6 10groups = Applications/System
defae3b3
MT
11url = https://htop.sourceforge.net/
12license = GPLv2
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
defae3b3
MT
20source_dl = https://github.com/htop-dev/htop/releases/download/%{version}/
21sources = %{thisapp}.tar.xz
802ea3af
MT
22
23build
24 requires
defae3b3
MT
25 libcap-devel
26 libnl3-devel
27 libunwind-devel
28 lm-sensors-devel
802ea3af
MT
29 ncurses-devel
30 end
a2030076 31
802ea3af 32 install_cmds
a17e06d0 33 rm -rf %{BUILDROOT}%{datadir}/{applications,pixmaps}
802ea3af
MT
34 end
35end
a05d7338 36
802ea3af
MT
37packages
38 package %{name}
defae3b3
MT
39 # This package should be installed in the default system
40 supplements
41 ipfire-release
42 end
802ea3af 43 end
1f9bc2f0
MT
44
45 package %{name}-debuginfo
46 template DEBUGINFO
47 end
802ea3af 48end