Difference between revisions of "Nautilus CD Burner"

From CBLFS
Jump to navigationJump to search
 
(32Bit)
Line 34: Line 34:
  
 
=== 32Bit ===
 
=== 32Bit ===
 
Compile the package:
 
 
  
 
Compile the package:
 
Compile the package:

Revision as of 19:08, 27 October 2006

Download Source: http://ftp.acc.umu.se/pub/gnome/sources/nautilus-cd-burner/2.16/nautilus-cd-burner-2.16.1.tar.bz2

Dependencies

Required

Reccomended

Optional

Non-Multilib

Compile the package:

./configure --prefix=${GNOME_PREFIX} --sysconfdir=/etc/gnome \
    --libexecdir=${GNOME_PREFIX}/lib/nautilus-cd-burner &&
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 \
    --libexecdir=${GNOME_PREFIX}/lib/nautilus-cd-burner &&
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 \
    --libexecdir=${GNOME_PREFIX}/lib32/nautilus-cd-burner 
    --libdir=${GNOME_PREFIX}/lib32 &&
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 \
    --libexecdir=${GNOME_PREFIX}/lib64/nautilus-cd-burner \
    --libdir=${GNOME_PREFIX}/lib64 &&
make

Install the package

make install