The EEL package contains the Eazel Extensions Library. This is a collection of widgets and extensions to the GNOME platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/eel/2.14/eel-2.14.3.tar.bz2
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/eel/2.14/eel-2.14.3.tar.bz2
Download MD5 sum: cdff898f9a054b35f5e3b7c0142cc2a5
Download size: 640 KB
Estimated disk space required: 14.4 MB
Estimated build time: 0.5 SBU
GNOME Desktop-2.14.3, gnome-menus-2.14.3, and GAIL-1.8.11
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/eel
Install EEL by running the following commands:
./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) && make
To test the results, first modify the permissions of the test script by issuing chmod 755 eel/check-eel, then issue: make check.
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 2006-12-21 18:11:17 -0600