The libgnomecups package contains a library used to wrap the CUPS API in a GLib fashion, so CUPS code can be cleanly integrated with GLib code.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/libgnomecups/0.2/libgnomecups-0.2.2.tar.bz2
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/libgnomecups/0.2/libgnomecups-0.2.2.tar.bz2
Download MD5 sum: 959d5524fe9c37efb55ccfa02e3a063b
Download size: 314 KB
Estimated disk space required: 4.4 MB
Estimated build time: 0.1 SBU
CUPS-1.2.7, GLib-2.10.3, and XML::Parser-2.34
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/libgnomecups
The instructions below are based on installing the package into a GNOME-2 environment. If, for whatever reason, you're installing this package without having ORBit2 and the core GNOME-2 libraries installed, you'll need to modify the --prefix= parameter on the configure script to point to your desired installation path (e.g., --prefix=/usr).
Install libgnomecups 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.
Last updated on 2007-01-18 13:38:19 -0600