Gkrellm: Difference between revisions

From CBLFS
Jump to navigationJump to search
Oppiz (talk | contribs)
No edit summary
Webstar (talk | contribs)
No edit summary
Line 2: Line 2:
|-
|-
!Download Source:
!Download Source:
| ftp://ftp.elf.stuba.sk/pub/pc/pack/unrarsrc.tgz
| http://members.dslextreme.com/users/billw/gkrellm/gkrellm-{{Gkrellm-Version}}.tar.bz2
|}
|}


Line 12: Line 12:


=== Optional ===
=== Optional ===
 
* [[GnuTLS]]
* [[OpenSSL]]
* [[Gtk2]]


== Non-Multilib ==
== Non-Multilib ==
Line 23: Line 25:
Install the package
Install the package


  install -v -m755 unrar /usr/bin/unrar
  make INSTALLROOT=/usr install


== Multilib ==
== Multilib ==
Line 36: Line 38:
Install the package
Install the package


  install -v -m755 unrar /usr/bin/unrar
  make INSTALLROOT=/usr PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" install


=== N32 ===
=== N32 ===
Line 47: Line 49:
Install the package
Install the package


  install -v -m755 unrar /usr/bin/unrar
  make INSTALLROOT=/usr PKGCONFIGDIR=/usr/lib32/pkgconfig PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" install


=== 64Bit ===
=== 64Bit ===
Line 58: Line 60:
Install the package
Install the package


  install -v -m755 unrar /usr/bin/unrar
make INSTALLROOT=/usr PKGCONFIGDIR=/usr/lib64/pkgconfig PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" install


= Contents =
= Contents =


unrar - unpacks .rar archives
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 01:22, 13 January 2008

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:

cp makefile.unix ./Makefile
make

Install the package

make INSTALLROOT=/usr install

Multilib

32Bit

Compile the package:

cp makefile.unix ./Makefile
make CXX="g++ ${BUILD32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" 

Install the package

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

N32

Compile the package:

cp makefile.unix ./Makefile
make CXX="g++ ${BUILDN32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}"  

Install the package

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

64Bit

Compile the package:

cp makefile.unix ./Makefile
make CXX="g++ ${BUILD64}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}"

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.