]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - procps/procps.nm
gnome-themes-standard: Update to 3.11.5.
[people/ms/ipfire-3.x.git] / procps / procps.nm
CommitLineData
2c9f13c1 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
2c9f13c1
MT
4###############################################################################
5
802ea3af
MT
6name = procps
7version = 3.2.8
19df835c 8release = 4
2c9f13c1 9
012e0c38 10groups = Applications/System
802ea3af
MT
11url = http://procps.sourceforge.net/
12license = GPLv2+ and LGPLv2+
13summary = System and process monitoring utilities.
2c9f13c1 14
802ea3af
MT
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
2c9f13c1 20
802ea3af 21source_dl =
2c9f13c1 22
802ea3af
MT
23build
24 requires
25 libselinux-devel
26 ncurses-devel
27 end
2c9f13c1 28
802ea3af
MT
29 make_build_targets += \
30 SHARED=1 \
31 CFLAGS="%{CFLAGS}" \
32 W_SHOWFROM=-DW_SHOWFROM
2c9f13c1 33
7f558df3
MT
34 make_install_targets += \
35 SKIP="/bin/kill /usr/share/man/man1/kill.1"
36
802ea3af 37 install_cmds
19df835c 38 chmod -R 755 %{BUILDROOT}/{bin,%{lib},sbin}
802ea3af
MT
39 end
40end
2c9f13c1 41
802ea3af
MT
42packages
43 package %{name}
012e0c38
MT
44 groups += Base
45 end
1f9bc2f0
MT
46
47 package %{name}-debuginfo
48 template DEBUGINFO
49 end
802ea3af 50end