Difference between revisions of "Xfburn"

From CBLFS
Jump to navigationJump to search
m
m (N32)
Line 63: Line 63:
 
Compile the package:
 
Compile the package:
  
  CC="gcc ${BUILDN32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATHBN32}" \
+
  CC="gcc ${BUILDN32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \
 
  ./autogen.sh --prefix=${XFCE_PREFIX} &&
 
  ./autogen.sh --prefix=${XFCE_PREFIX} &&
 
  make
 
  make

Revision as of 09:06, 24 April 2007

Download Source: (Not released yet)

Introduction to Xfburn

Xfburn is a CD burning application for the XFCE desktop environment.

Project Homepage: http://www.xfce.org/projects/xfburn/

Dependencies

Required

Getting the Source

Check out the source from xfce.org:

svn co http://svn.xfce.org/svn/xfce/xfburn/trunk xfburn

Create a tarball for later use, if desired:

tar cvjf xfburn{-$(date +%Y%m%d).tar.bz2,}

Non-Multilib

Compile the package:

./autogen.sh --prefix=${XFCE_PREFIX} &&
make

Install the package:

make install

Multilib

This package does not provide any libraries so only one installation is required.

32Bit

Compile the package:

CC="gcc ${BUILD32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \
./autogen.sh --prefix=${XFCE_PREFIX} &&
make

Install the package:

make install

N32

Compile the package:

CC="gcc ${BUILDN32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \
./autogen.sh --prefix=${XFCE_PREFIX} &&
make

Install the package:

make install

64Bit

Compile the package:

CC="gcc ${BUILD64}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \
./autogen.sh --prefix=${XFCE_PREFIX} &&
make

Install the package:

make install

Contents

Installed Directories: /opt/xfce-4.4/share/locale/sq, /opt/xfce-4.4/share/locale/sq/LC_MESSAGES,
Installed Programs: Xfburn
Installed Libraries: None
Symlinks: None

Short Descriptions

Xfburn is a CD burining application for the XFCE desktop environment.