]> git.ipfire.org Git - ipfire-3.x.git/blob - procps-ng/procps-ng.nm
pcengines-firmware: update to 4.9.0.7
[ipfire-3.x.git] / procps-ng / procps-ng.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = procps-ng
7 version = 3.3.12
8 release = 1
9
10 groups = Applications/System
11 url = http://procps-ng.sourceforge.net/
12 license = GPL+ and GPLv2 and GPLv2+ and GPLv3+ and LGPLv2+
13 summary = System and process monitoring utilities.
14
15 description
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.
19 end
20
21 source_dl = http://downloads.sourceforge.net/%{name}/
22 sources = %{thisapp}.tar.xz
23
24 build
25 requires
26 gettext-devel
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 \
37 --enable-sigwinch
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
46 end
47
48 packages
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
73 end