Gsf-Sharp: Difference between revisions

From CBLFS
Jump to navigationJump to search
No edit summary
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 7: Line 7:
----
----


== Introduction to Gsf-Sharp ==
{{Blank-Package-Introduction}}
 
<Package Needs Description>


== Dependencies ==
== Dependencies ==
Line 58: Line 56:


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


Line 72: Line 71:


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


Line 87: Line 87:
| None  
| None  
|}
|}
[[Category:C Sharp]]

Latest revision as of 15:37, 19 March 2009

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