Difference between revisions of "System-tools-backends"
From CBLFS
Jump to navigationJump to search (→Multilib) |
(→Dependencies) |
||
Line 8: | Line 8: | ||
== Dependencies == | == Dependencies == | ||
+ | '''''If [[Perl Module Net::Dbus|Net::Dbus]] is installed only one installation is needed. If it is not installed system-tools-backends will provide it.''''' | ||
=== Required === | === Required === | ||
* [[Perl Module XML::Parser|XML::Parser]] | * [[Perl Module XML::Parser|XML::Parser]] | ||
− | * [[ | + | * [[D-BUS Core]] |
=== Recommended === | === Recommended === | ||
* [[Perl Module Net::Dbus|Net::Dbus]] | * [[Perl Module Net::Dbus|Net::Dbus]] |
Revision as of 09:32, 23 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
If Net::Dbus is installed only one installation is needed. If it is not installed system-tools-backends will provide it.
Required
Recommended
Optional
Non-Multilib
Compile the package:
./configure --prefix=${GNOME_PREFIX} \ --sysconfdir=/etc && make
Install the package
make install
Multilib
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