]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blame - psmisc/psmisc.nm
Add a -debuginfo for every package that is not noarch.
[people/amarx/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
MT
6name = psmisc
7version = 22.10
8release = 1
9
10groups = Base Applications/System
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
802ea3af 25source_dl =
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}
1f9bc2f0
MT
39
40 package %{name}-debuginfo
41 template DEBUGINFO
42 end
802ea3af 43end