]> git.ipfire.org Git - ipfire-3.x.git/blame - procps-ng/procps-ng.nm
libseccomp: Update to 2.4.3
[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
b06fd71c 7version = 3.3.12
60f7d667
SS
8release = 1
9
10groups = Applications/System
11url = http://procps-ng.sourceforge.net/
12license = GPL+ and GPLv2 and GPLv2+ and GPLv3+ and LGPLv2+
13summary = System and process monitoring utilities.
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
21source_dl = http://downloads.sourceforge.net/%{name}/
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}
50 groups += Base
51
52 provides
53 procps=%{thisver}
54 end
55
56 obsoletes
57 procps < %{thisver}
58 /bin/pidof
59 end
60
61 conflicts
62 sysvinit <= 2.86-6
63 end
64 end
65
66 package %{name}-devel
67 template DEVEL
68 end
69
70 package %{name}-debuginfo
71 template DEBUGINFO
72 end
73end