Libgalago: Difference between revisions

From CBLFS
Jump to navigationJump to search
New page: {| style="text-align: left; background-color: AliceBlue;" |-valign="top" !Download Source: | http://www.galago-project.org/files/releases/source/libgalago/libgalago-0.5.2.tar.bz2 |} ---- ...
 
mNo edit summary
 
(4 intermediate revisions by 3 users not shown)
Line 2: Line 2:
|-valign="top"
|-valign="top"
!Download Source:
!Download Source:
| http://www.galago-project.org/files/releases/source/libgalago/libgalago-0.5.2.tar.bz2
| http://www.galago-project.org/files/releases/source/libgalago/libgalago-{{Libgalago-Version}}.tar.bz2
|}
|}


----
----


== Introduction to Libgalago ==
{{Package-Introduction|Galago is a desktop presence framework, designed to transmit presence information between programs. To put it in simpler terms, it takes information on who is online and their away/idle states from an instant messenger (such as [[pidgin]]) or other similar programs and lets other programs (such as Ximian's Evolution) to make use of it.|http://www.galago-project.org/}}
 
<Package Needs Description>
 
'''Project Home Page''': http://www.galago-project.org/


== Dependencies ==
== Dependencies ==
Line 82: Line 78:
| None
| None
|}
|}
[[Category:General Libs]]

Latest revision as of 08:51, 8 February 2009

Download Source: http://www.galago-project.org/files/releases/source/libgalago/libgalago-0.5.2.tar.bz2

Introduction to Libgalago

Galago is a desktop presence framework, designed to transmit presence information between programs. To put it in simpler terms, it takes information on who is online and their away/idle states from an instant messenger (such as pidgin) or other similar programs and lets other programs (such as Ximian's Evolution) to make use of it.

Project Homepage: http://www.galago-project.org/

Dependencies

Required

Optional

Non-Multilib

Compile the package:

./configure --prefix=/usr &&
make

Install the package:

make install

Multilib

32bit

Compile the package:

CC="gcc ${BUILD32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \
./configure --prefix=/usr &&
make

Install the package:

make install

N32

Compile the package:

CC="gcc ${BUILDN32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \
./configure --prefix=/usr --libdir=/usr/lib32 &&
make

Install the package:

make install

64bit

Compile the package:

CC="gcc ${BUILD64}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \
./configure --prefix=/usr --libdir=/usr/lib64 &&
make

Install the package:

make install

Contents

Installed Programs: None
Installed Libraries: libgalago.{so,la,a}
Installed Directories: None