EEL: Difference between revisions
From CBLFS
Jump to navigationJump to search
No edit summary |
No edit summary |
||
| (3 intermediate revisions by 2 users not shown) | |||
| Line 2: | Line 2: | ||
|- | |- | ||
!Download Source: | !Download Source: | ||
| http://ftp.gnome.org/pub/GNOME/sources/eel/ | | http://ftp.gnome.org/pub/GNOME/sources/eel/{{EEL-Version2}}/eel-{{EEL-Version}}.tar.bz2 | ||
|} | |} | ||
---- | ---- | ||
{{Blank-Package-Introduction}} | |||
== Dependencies == | == Dependencies == | ||
| Line 33: | Line 35: | ||
Compile the package: | Compile the package: | ||
export USE_ARCH=32 && | |||
CC="gcc ${BUILD32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \ | CC="gcc ${BUILD32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \ | ||
./configure --prefix=${GNOME_PREFIX} && | ./configure --prefix=${GNOME_PREFIX} && | ||
| Line 39: | Line 42: | ||
Install the package | Install the package | ||
make install | make install && | ||
unset USE_ARCH | |||
=== N32 === | === N32 === | ||
| Line 45: | Line 49: | ||
Compile the package: | Compile the package: | ||
export USE_ARCH=N32 && | |||
CC="gcc ${BUILDN32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \ | CC="gcc ${BUILDN32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \ | ||
./configure --prefix=${GNOME_PREFIX} --libdir=${GNOME_PREFIX}/lib32 && | ./configure --prefix=${GNOME_PREFIX} --libdir=${GNOME_PREFIX}/lib32 && | ||
| Line 51: | Line 56: | ||
Install the package | Install the package | ||
make install | make install && | ||
unset USE_ARCH | |||
=== 64Bit === | === 64Bit === | ||
| Line 57: | Line 63: | ||
Compile the package: | Compile the package: | ||
export USE_ARCH=64 && | |||
CC="gcc ${BUILD64}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \ | CC="gcc ${BUILD64}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \ | ||
./configure --prefix=${GNOME_PREFIX} --libdir=${GNOME_PREFIX}/lib64 && | ./configure --prefix=${GNOME_PREFIX} --libdir=${GNOME_PREFIX}/lib64 && | ||
| Line 63: | Line 70: | ||
Install the package | Install the package | ||
make install | make install && | ||
unset USE_ARCH | |||
== Contents == | |||
* Installed Libraries: libeel-2.{so,la} | |||
Latest revision as of 13:42, 27 June 2007
| Download Source: | http://ftp.gnome.org/pub/GNOME/sources/eel/2.26/eel-2.26.0.tar.bz2 |
|---|
Introduction to EEL
Project Homepage: Unknown
Dependencies
Required
Optional
Non-Multilib
Compile the package:
./configure --prefix=${GNOME_PREFIX} &&
make
Install the package
make install
Multilib
32Bit
Compile the package:
export USE_ARCH=32 &&
CC="gcc ${BUILD32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \
./configure --prefix=${GNOME_PREFIX} &&
make
Install the package
make install && unset USE_ARCH
N32
Compile the package:
export USE_ARCH=N32 &&
CC="gcc ${BUILDN32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \
./configure --prefix=${GNOME_PREFIX} --libdir=${GNOME_PREFIX}/lib32 &&
make
Install the package
make install && unset USE_ARCH
64Bit
Compile the package:
export USE_ARCH=64 &&
CC="gcc ${BUILD64}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \
./configure --prefix=${GNOME_PREFIX} --libdir=${GNOME_PREFIX}/lib64 &&
make
Install the package
make install && unset USE_ARCH
Contents
- Installed Libraries: libeel-2.{so,la}