]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - psmisc/psmisc.nm
kernel: Update to 3.17
[people/ms/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.19
8 release = 1
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 libselinux-devel
30 ncurses-devel
31 end
32
33 configure_options += \
34 --enable-selinux
35 end
36
37 packages
38 package %{name}
39 groups += Base
40 end
41
42 package %{name}-debuginfo
43 template DEBUGINFO
44 end
45 end