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