Difference between revisions of "System-tools-backends"
From CBLFS
Jump to navigationJump to search (→Multilib) |
|||
Line 2: | Line 2: | ||
|- | |- | ||
!Download Source: | !Download Source: | ||
− | | http://ftp.gnome.org/pub/gnome/sources/system-tools-backends/ | + | | http://ftp.gnome.org/pub/gnome/sources/system-tools-backends/{{System-tools-backends-Version2}}/system-tools-backends-{{System-tools-backends-Version}}.tar.bz2 |
|} | |} | ||
Revision as of 19:16, 17 December 2006
Download Source: | http://ftp.gnome.org/pub/gnome/sources/system-tools-backends/2.10/system-tools-backends-2.10.1.tar.bz2 |
---|
Contents
Dependencies
Required
Recommended
Optional
Non-Multilib
Compile the package:
./configure --prefix=${GNOME_PREFIX} \ --sysconfdir=/etc && make
Install the package
make install
Multilib
If Net::Dbus is installed only one installation is needed. If it is not installed system-tools-backends will provide it.
32Bit
Compile the package:
export PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" && USE_ARCH=32 ./configure --prefix=${GNOME_PREFIX} \ --sysconfdir=/etc && make
Install the package
make install && unset PKG_CONFIG_PATH
N32
Compile the package:
export PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" && USE_ARCH=n32 ./configure --prefix=${GNOME_PREFIX} \ --libdir=${GNOME_PREFIX}/lib32 --sysconfdir=/etc && make
Install the package
make install && unset PKG_CONFIG_PATH
64Bit
Compile the package:
export PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" && USE_ARCH=64 ./configure --prefix=${GNOME_PREFIX} \ --libdir=${GNOME_PREFIX}/lib64 --sysconfdir=/etc && make
Install the package
make install && unset PKG_CONFIG_PATH