]> git.ipfire.org Git - ipfire-3.x.git/blame - procps-ng/procps-ng.nm
json-c: Update to version 0.17-20230812
[ipfire-3.x.git] / procps-ng / procps-ng.nm
CommitLineData
60f7d667
SS
1###############################################################################
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
4###############################################################################
5
6name = procps-ng
b132f6e9 7version = 4.0.2
fb0b5f5a 8release = 1.1
60f7d667
SS
9
10groups = Applications/System
11url = http://procps-ng.sourceforge.net/
12license = GPL+ and GPLv2 and GPLv2+ and GPLv3+ and LGPLv2+
b132f6e9 13summary = System and process monitoring utilities
60f7d667
SS
14
15description
16 The procps package contains a set of system utilities that provide
17 system information. Procps includes ps, free, skill, pkill, pgrep,
18 snice, tload, top, uptime, vmstat, w, watch and pdwx.
19end
20
b132f6e9 21source_dl = https://sourceforge.net/projects/procps-ng/files/Production/
60f7d667
SS
22sources = %{thisapp}.tar.xz
23
24build
25 requires
26 gettext-devel
60f7d667
SS
27 ncurses-devel >= 5.9-11
28 end
29
30 configure_options += \
31 --disable-static \
32 --disable-kill \
33 --disable-w-from \
34 --disable-modern-top \
35 --enable-watch8bit \
36 --enable-skill \
b06fd71c 37 --enable-sigwinch
60f7d667
SS
38
39 # Fix install path of some binaries.
40 make_install_targets += \
41 usrbin_execdir=%{bindir}
42
43 install_cmds
44 ln -s %{bindir}/pidof %{buildroot}%{sbindir}/pidof
45 end
46end
47
48packages
49 package %{name}
60f7d667 50 provides
b132f6e9 51 procps = %{thisver}
60f7d667
SS
52 end
53
54 obsoletes
55 procps < %{thisver}
56 /bin/pidof
57 end
58
59 conflicts
60 sysvinit <= 2.86-6
61 end
62 end
63
64 package %{name}-devel
65 template DEVEL
66 end
67
68 package %{name}-debuginfo
69 template DEBUGINFO
70 end
71end