Difference between revisions of "Systemload"

From CBLFS
Jump to navigationJump to search
(Created page.)
 
 
(2 intermediate revisions by the same user not shown)
Line 5: Line 5:
 
|}
 
|}
  
== Introduction to Xfce4-System-Load ==
+
{{Package-Introduction|A system load plugin for the Xfce4 desktop environment that displays the current CPU load, the memory in use, the swap space and the system uptime in the Xfce4 panel.|http://goodies.xfce.org/projects/panel-plugins/xfce4-systemload-plugin}}
 
 
A system load plugin for the Xfce4 desktop environment that displays the current CPU load, the memory in use, the swap space and the system uptime in the Xfce4 panel.
 
 
 
<b>Package Homepage:</b> http://goodies.xfce.org/projects/panel-plugins/xfce4-systemload-plugin
 
  
 
== Dependencies ==
 
== Dependencies ==
Line 23: Line 19:
 
Compile the package:
 
Compile the package:
  
  ./configure --prefix=${XFCE_PREFIX} --libexecdir=${XFCE_PREFIX}/lib/sysload &&
+
  ./configure --prefix=${XFCE_PREFIX} --libexecdir=${XFCE_PREFIX}/lib &&
 
  make
 
  make
  
Line 31: Line 27:
  
 
== Multilib ==
 
== Multilib ==
 +
'''''This package does not install any libraries so only one installation is needed.'''''
  
 
=== 32Bit ===
 
=== 32Bit ===
Line 36: Line 33:
 
Compile the package:
 
Compile the package:
  
  CC="${BUILD32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \
+
  CC="gcc ${BUILD32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \
  ./configure --prefix=${XFCE_PREFIX} --libexecdir=${XFCE_PREFIX}/lib/sysload &&
+
  ./configure --prefix=${XFCE_PREFIX} --libexecdir=${XFCE_PREFIX}/lib &&
 
  make
 
  make
  
Line 48: Line 45:
 
Compile the package:
 
Compile the package:
  
  CC="${BUILDN32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \
+
  CC="gcc ${BUILDN32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \
  ./configure --prefix=${XFCE_PREFIX} --libdir=${XFCE_PREFIX}/lib32 \
+
  ./configure --prefix=${XFCE_PREFIX} --libexecdir=${XFCE_PREFIX}/lib32 &&
--libexecdir=${XFCE_PREFIX}/lib32/sysload &&
 
 
  make
 
  make
  
Line 61: Line 57:
 
Compile the package:
 
Compile the package:
  
  CC="${BUILD64}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \
+
  CC="gcc ${BUILD64}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \
  ./configure --prefix=${XFCE_PREFIX} --libdir=${XFCE_PREFIX}/lib64 \
+
  ./configure --prefix=${XFCE_PREFIX} --libexecdir=${XFCE_PREFIX}/lib64 &&
--libexecdir=${XFCE_PREFIX}/lib64/sysload &&
 
 
  make
 
  make
  

Latest revision as of 15:13, 16 April 2007

Download Source: http://goodies.xfce.org/releases/xfce4-systemload-plugin/xfce4-systemload-plugin-0.4.2.tar.bz2

Introduction to Systemload

A system load plugin for the Xfce4 desktop environment that displays the current CPU load, the memory in use, the swap space and the system uptime in the Xfce4 panel.

Project Homepage: http://goodies.xfce.org/projects/panel-plugins/xfce4-systemload-plugin

Dependencies

Required

Non-Multilib

Compile the package:

./configure --prefix=${XFCE_PREFIX} --libexecdir=${XFCE_PREFIX}/lib &&
make

Install the package:

make install

Multilib

This package does not install any libraries so only one installation is needed.

32Bit

Compile the package:

CC="gcc ${BUILD32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \
./configure --prefix=${XFCE_PREFIX} --libexecdir=${XFCE_PREFIX}/lib &&
make

Install the package:

make install

N32

Compile the package:

CC="gcc ${BUILDN32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \
./configure --prefix=${XFCE_PREFIX} --libexecdir=${XFCE_PREFIX}/lib32 &&
make

Install the package:

make install

64Bit

Compile the package:

CC="gcc ${BUILD64}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \
./configure --prefix=${XFCE_PREFIX} --libexecdir=${XFCE_PREFIX}/lib64 &&
make

Install the package:

make install

Contents

Installed Directories:
Installed Programs:
Installed Libraries:

Short Descriptions