Difference between revisions of "Genmon"

From CBLFS
Jump to navigationJump to search
(Created page.)
 
 
(3 intermediate revisions by 2 users not shown)
Line 5: Line 5:
 
|}
 
|}
  
== Introduction to Cpugraph ==
+
{{Package-Introduction|This plugin cyclically spawns the indicated script/program, captures its output, and displays the resulting string into the panel.  It can also display an image, a bar, a button and a personalized tooltip.|http://goodies.xfce.org/projects/panel-plugins/xfce4-genmon-plugin}}
 
 
This plugin cyclically spawns the indicated script/program, captures its output, and displays the resulting string into the panel.  It can also display an image, a bar, a button and a personalized tooltip.  
 
 
 
<b>Package Homepage:</b> http://goodies.xfce.org/projects/panel-plugins/xfce4-genmon-plugin
 
  
 
== Dependencies ==
 
== Dependencies ==
Line 22: Line 18:
 
Compile the package:
 
Compile the package:
  
  ./configure --prefix=${XFCE_PREFIX} &&
+
  ./configure --prefix=${XFCE_PREFIX} --libexecdir=${XFCE_PREFIX}/lib &&
 
  make
 
  make
  
Line 37: Line 33:
 
Compile the package:
 
Compile the package:
  
  ./configure --prefix=${XFCE_PREFIX} &&
+
CC="gcc ${BUILD32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \
 +
  ./configure --prefix=${XFCE_PREFIX} --libexecdir=${XFCE_PREFIX}/lib &&
 
  make
 
  make
  

Latest revision as of 15:12, 16 April 2007

Download Source: http://goodies.xfce.org/releases/xfce4-genmon-plugin/xfce4-genmon-plugin-3.1.tar.bz2

Introduction to Genmon

This plugin cyclically spawns the indicated script/program, captures its output, and displays the resulting string into the panel. It can also display an image, a bar, a button and a personalized tooltip.

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

Dependencies

Required

Configuration Information

Non-Multilib

Compile the package:

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

Install the package:

make install

Multilib

This package does not provide any libraries so only one installation is required.

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