]> git.ipfire.org Git - ipfire-3.x.git/blame - psmisc/psmisc.nm
json-c: Update to version 0.17-20230812
[ipfire-3.x.git] / psmisc / psmisc.nm
CommitLineData
94ccae6b 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
94ccae6b
MT
4###############################################################################
5
802ea3af 6name = psmisc
2cb9d65a
MT
7version = 23.6
8release = 1
802ea3af 9
3a312b68 10groups = Applications/System
4a9b564a 11url = https://gitlab.com/psmisc/psmisc
802ea3af
MT
12license = GPLv2+
13summary = Utilities for managing processes on your system.
14
15description
16 The psmisc package contains utilities for managing processes on your
17 system: pstree, killall and fuser. The pstree command displays a
18 tree structure of all of the running processes on your system. The
19 killall command sends a specified signal (SIGTERM if nothing is
20 specified) to processes identified by name. The fuser command
21 identifies the PIDs of processes that are using specified files or
22 filesystems.
23end
94ccae6b 24
2cb9d65a
MT
25source_dl = https://sourceforge.net/projects/psmisc/files/psmisc/
26sources = %{thisapp}.tar.xz
94ccae6b 27
802ea3af
MT
28build
29 requires
802ea3af
MT
30 ncurses-devel
31 end
802ea3af 32end
69d5bd4e 33
802ea3af
MT
34packages
35 package %{name}
1f9bc2f0
MT
36
37 package %{name}-debuginfo
38 template DEBUGINFO
39 end
802ea3af 40end