]> git.ipfire.org Git - ipfire-3.x.git/blob - psmisc/psmisc.nm
make: Update to 4.2.1
[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 = 22.21
8 release = 2
9
10 groups = Applications/System
11 url = http://sourceforge.net/projects/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 = http://downloads.sourceforge.net/project/psmisc/psmisc/
26
27 build
28 requires
29 ncurses-devel
30 end
31 end
32
33 packages
34 package %{name}
35 groups += Base
36 end
37
38 package %{name}-debuginfo
39 template DEBUGINFO
40 end
41 end