Gsf-Sharp

From CBLFS
Revision as of 16:37, 19 March 2009 by Jciccone (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
Download Source: http://primates.ximian.com/~joe/gsf-sharp-0.8.tar.gz

Introduction to Gsf-Sharp

Project Homepage: Unknown

Dependencies

Required

Optional

Non-Multilib

Compile the package:

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

Install the package:

make install

Multilib

32bit

Compile the package:

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

Install the package:

make install &&
unset PKG_CONFIG_PATH

N32

Compile the package:

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

Install the package:

make install &&
sed -i "/libdir=/s/lib32/lib/" /usr/lib32/pkgconfig/gsf-sharp.pc &&
unset PKG_CONFIG_PATH

64bit

Compile the package:

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

Install the package:

make install &&
sed -i "/libdir=/s/lib64/lib/" /usr/lib64/pkgconfig/gsf-sharp.pc &&
unset PKG_CONFIG_PATH

Contents

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