]> git.ipfire.org Git - ipfire-3.x.git/blob - psmisc/psmisc.nm
json-c: Update to version 0.17-20230812
[ipfire-3.x.git] / psmisc / psmisc.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = psmisc
7 version = 23.6
8 release = 1
9
10 groups = Applications/System
11 url = https://gitlab.com/psmisc/psmisc
12 license = GPLv2+
13 summary = Utilities for managing processes on your system.
14
15 description
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.
23 end
24
25 source_dl = https://sourceforge.net/projects/psmisc/files/psmisc/
26 sources = %{thisapp}.tar.xz
27
28 build
29 requires
30 ncurses-devel
31 end
32 end
33
34 packages
35 package %{name}
36
37 package %{name}-debuginfo
38 template DEBUGINFO
39 end
40 end