Difference between revisions of "Sensors"
From CBLFS
Jump to navigationJump to search (→Multilib) |
(→Non-Multilib) |
||
Line 24: | Line 24: | ||
Compile the package: | Compile the package: | ||
− | ./configure --prefix=${XFCE_PREFIX} && | + | ./configure --prefix=${XFCE_PREFIX} --libexecdir=${XFCE_PREFIX}/lib && |
make | make | ||
Revision as of 07:27, 3 February 2007
Download Source: | http://goodies.xfce.org/releases/xfce4-sensors-plugin/xfce4-sensors-plugin-0.10.0.tar.bz2 |
---|
Contents
Introduction to Sensors
This is a hardware sensors plugin for the panel. It can display your motherboard sensors and fan speeds. Hddtemp is also supported to surveil your hard disks.
Package Homepage: http://goodies.xfce.org/projects/panel-plugins/xfce4-sensors-plugin
Dependencies
Required
Optional
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