]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - psmisc/psmisc.nm
dosfstools: Update to 3.0.26.
[people/ms/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
aa3b3b0f 7version = 22.19
ceec2d5c 8release = 1
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
29 libselinux-devel
30 ncurses-devel
31 end
94ccae6b 32
802ea3af
MT
33 configure_options += \
34 --enable-selinux
35end
69d5bd4e 36
802ea3af
MT
37packages
38 package %{name}
3a312b68
MT
39 groups += Base
40 end
1f9bc2f0
MT
41
42 package %{name}-debuginfo
43 template DEBUGINFO
44 end
802ea3af 45end