Difference between revisions of "Gkrellm"

From CBLFS
Jump to navigationJump to search
Line 37: Line 37:
 
Install the package
 
Install the package
  
  make INSTALLROOT=/usr install
+
  make INSTALLROOT=/usr PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" install
  
 
=== N32 ===
 
=== N32 ===
Line 48: Line 48:
 
Install the package
 
Install the package
  
  make INSTALLROOT=/usr PKGCONFIGDIR=/usr/lib32/pkgconfig install
+
  make INSTALLROOT=/usr PKGCONFIGDIR=/usr/lib32/pkgconfig PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" install
  
 
=== 64Bit ===
 
=== 64Bit ===
Line 59: Line 59:
 
Install the package
 
Install the package
  
  make INSTALLROOT=/usr PKGCONFIGDIR=/usr/lib64/pkgconfig install
+
  make INSTALLROOT=/usr PKGCONFIGDIR=/usr/lib64/pkgconfig PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" install
  
 
= Contents =
 
= Contents =
  
 
GKrellM is a single process stack of system monitors which supports applying themes to match its appearance to your window manager, Gtk, or any other theme.
 
GKrellM is a single process stack of system monitors which supports applying themes to match its appearance to your window manager, Gtk, or any other theme.

Revision as of 17:37, 30 December 2007

Download Source: http://members.dslextreme.com/users/billw/gkrellm/gkrellm-2.3.1.tar.bz2

Introduction to Gkrellm

Project Homepage: Unknown

Dependencies

Optional

Non-Multilib

Compile the package:

make INSTALLROOT=/usr

Install the package

make INSTALLROOT=/usr install

Multilib

32Bit

Compile the package:

make CC="gcc ${BUILD32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \
    INSTALLROOT=/usr

Install the package

make INSTALLROOT=/usr PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" install

N32

Compile the package:

make CC="gcc ${BUILDN32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \
    INSTALLROOT=/usr PKGCONFIGDIR=/usr/lib32/pkgconfig

Install the package

make INSTALLROOT=/usr PKGCONFIGDIR=/usr/lib32/pkgconfig PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" install

64Bit

Compile the package:

make CC="gcc ${BUILD64}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \
    INSTALLROOT=/usr PKGCONFIGDIR=/usr/lib64/pkgconfig

Install the package

make INSTALLROOT=/usr PKGCONFIGDIR=/usr/lib64/pkgconfig PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" install

Contents

GKrellM is a single process stack of system monitors which supports applying themes to match its appearance to your window manager, Gtk, or any other theme.