Difference between revisions of "GNOME Keyring"

From CBLFS
Jump to navigationJump to search
(Add package intro.)
Line 2: Line 2:
 
|-
 
|-
 
!Download Source:
 
!Download Source:
| http://ftp.gnome.org/pub/GNOME/sources/gnome-keyring/{{GNOME Keyring-Version2}}/gnome-keyring-{{GNOME Keyring-Version2}}.tar.bz2
+
| http://ftp.gnome.org/pub/GNOME/sources/gnome-keyring/{{GNOME Keyring-Version2}}/gnome-keyring-{{GNOME Keyring-Version}}.tar.bz2
 
|}
 
|}
  

Revision as of 11:19, 18 August 2007

Download Source: http://ftp.gnome.org/pub/GNOME/sources/gnome-keyring/2.32/gnome-keyring-2.32.1.tar.bz2

Introduction to GNOME Keyring

GNOME Keyring is a program to take care of the user's security credentials, such as user names and passwords.

Project Homepage: http://www.gnome.org

Dependencies

Required

Optional

Non-Multilib

Compile the package:

./configure --prefix=${GNOME_PREFIX} \
    --libexecdir=${GNOME_PREFIX}/lib/gnome-keyring &&
make

Install the package

make install &&
install -v -m755 -d ${GNOME_PREFIX}/share/doc/gnome-keyring-2.32.1 &&
install -v -m644 *.txt ${GNOME_PREFIX}/share/doc/gnome-keyring-2.32.1

Multilib

32Bit

Compile the package:

CC="gcc ${BUILD32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \
./configure --prefix=${GNOME_PREFIX} \
    --libexecdir=${GNOME_PREFIX}/lib/gnome-keyring &&
make

Install the package

make install

N32

Compile the package:

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

Install the package

make install

64Bit

Compile the package:

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

Install the package

make install &&
install -v -m755 -d ${GNOME_PREFIX}/share/doc/gnome-keyring-2.32.1 &&
install -v -m644 *.txt ${GNOME_PREFIX}/share/doc/gnome-keyring-2.32.1

Contents

Installed Directories: ${GNOME_PREFIX}/lib/gnome-keyring, ${GNOME_PREFIX}/include/gnome-keyring-1, ${GNOME_PREFIX}/share/gtk-doc/html/gnome-keyring,
Installed Programs: gnome-keyring-daemon
Installed Libraries: libgnome-keyring.so, libgnome-keyring.la
Symlinks: ${GNOME_PREFIX}/lib/libgnome-keyring.so.0 --> ${GNOME_PREFIX}/lib/libgnome-keyring.so.0.0.1, ${GNOME_PREFIX}/lib/libgnome-keyring.so --> ${GNOME_PREFIX}/lib/libgnome-keyring.so.0.0.1,

Short Descriptions

gnome-keyring-daemon
libgnome-keyring.{so,la}