Ekiga: Difference between revisions
From CBLFS
Jump to navigationJump to search
No edit summary |
Chipster19 (talk | contribs) m Change download url - Used ftp gnome server |
||
| Line 2: | Line 2: | ||
|- | |- | ||
!Download Source: | !Download Source: | ||
| http:// | | http://ftp.gnome.org/pub/GNOME/sources/ekiga/{{Ekiga-Version2}}/ekiga-{{Ekiga-Version}}.tar.bz2 | ||
|} | |} | ||
Revision as of 01:45, 29 February 2008
| Download Source: | http://ftp.gnome.org/pub/GNOME/sources/ekiga/2.0/ekiga-2.0.12.tar.bz2 |
|---|
Introduction to Ekiga
Project Homepage: Unknown
Dependencies
Required
Recommended
Optional
Non-Multilib
Build the package:
./configure --prefix=${GNOME_PREFIX} --sysconfdir=/etc/gnome \
--localstatedir=/var/lib --enable-dbus &&
make
Install the package:
make install
Multilib
This pacakge does not install any libraries so only one installation is needed.
32Bit
Build the package:
export PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" &&
CC="gcc ${BUILD32}" CXX="g++ ${BUILD32}" USE_ARCH=32 \
./configure --prefix=${GNOME_PREFIX} --sysconfdir=/etc/gnome \
--localstatedir=/var/lib --enable-dbus &&
make
Install the package:
make install && unset PKG_CONFIG_PATH
N32
TODO
64Bit
Build the package:
export PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" &&
CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" USE_ARCH=64 \
./configure --prefix=${GNOME_PREFIX} --sysconfdir=/etc/gnome \
--localstatedir=/var/lib --libdir=${GNOME_PREFIX}/lib64 \
--enable-dbus &&
make
Install the package:
make install && unset PKG_CONFIG_PATH