]> git.ipfire.org Git - people/arne_f/ipfire-3.x.git/blob - procps/procps.nm
Change file layout of the makefiles.
[people/arne_f/ipfire-3.x.git] / procps / procps.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = procps
7 version = 3.2.8
8 release = 1
9
10 groups = Base Applications/System
11 url = http://procps.sourceforge.net/
12 license = GPLv2+ 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 =
22
23 build
24 requires
25 libselinux-devel
26 ncurses-devel
27 end
28
29 make_build_targets += \
30 SHARED=1 \
31 CFLAGS="%{CFLAGS}" \
32 W_SHOWFROM=-DW_SHOWFROM
33
34 install_cmds
35 chmod -R 755 %{BUILDROOT}/{bin,lib,sbin}
36 end
37 end
38
39 packages
40 package %{name}
41 end