Contents
$GNOME_PREFIX
/{include/liboobs-1.0/oobs,
share/gtk-doc/html/liboobs}
The liboobs package is a wrapping library to the System Tools Backends, it provides easy to access GObjects to system configuration details.
This package is known to build using an LFS 6.5 platform but has not been tested.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/liboobs/2.30/liboobs-2.30.1.tar.bz2
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/liboobs/2.30/liboobs-2.30.1.tar.bz2
Download MD5 sum: 65abd1254c63aea04fc1879c21e0051d
Download size: 361 KB
Estimated disk space required: 9 MB
Estimated build time: 0.2 SBU
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/liboobs
Install liboobs by running the following commands:
./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) && make
This package does not come with a test suite.
Now, as the root
user:
make install
--prefix=$(pkg-config --variable=prefix
ORBit-2.0)
: Setting the prefix using this parameter
instead of with $GNOME_PREFIX
will
ensure that the prefix is consistent with the installation
environment and the package will be installed in the correct
location.
--enable-gtk-doc
: Use this parameter if
GTK-Doc is installed and you wish
to rebuild and install the API documentation.
$GNOME_PREFIX
/{include/liboobs-1.0/oobs,
share/gtk-doc/html/liboobs}
Last updated on 2010-08-22 09:27:14 +0000