Bug-buddy: Difference between revisions

From CBLFS
Jump to navigationJump to search
Line 33: Line 33:


== Multilib ==
== Multilib ==
'''''This package does not provide any libraries so only one installation is needed.'''''


=== 32Bit ===
=== 32Bit ===

Revision as of 20:41, 19 October 2007

Download Source: http://ftp.gnome.org/pub/gnome/sources/bug-buddy/2.32/bug-buddy-2.32.0.tar.bz2

Introduction to Bug-buddy

Project Homepage: Unknown

Dependencies

Required

Optional

Non-Multilib

Compile the package:

./configure --prefix=${GNOME_PREFIX} --sysconfdir=/etc/gnome \
    --localstatedir=/var/lib --mandir=${GNOME_PREFIX}/share/man &&
make

Install the package

make install

Multilib

32Bit

Compile the package:

CC="gcc ${BUILD32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \
./configure --prefix=${GNOME_PREFIX} --sysconfdir=/etc/gnome \
    --localstatedir=/var/lib --mandir=${GNOME_PREFIX}/share/man &&
make

Install the package

make install

N32

Compile the package:

CC="gcc ${BUILDN32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \
./configure --prefix=${GNOME_PREFIX} --sysconfdir=/etc/gnome \
    --localstatedir=/var/lib --mandir=${GNOME_PREFIX}/share/man &&
make

Install the package

make install

64Bit

Compile the package:

CC="gcc ${BUILD64}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \
./configure --prefix=${GNOME_PREFIX} --sysconfdir=/etc/gnome \
    --localstatedir=/var/lib --mandir=${GNOME_PREFIX}/share/man &&
make

Install the package

make install