Xfburn

From CBLFS
Revision as of 08:37, 24 April 2007 by Weibullguy (talk | contribs) (Created page.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
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

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_PATHBN32}" \
./autogen.sh --prefix=${XFCE_PREFIX} --libdir=${XFCE_PREFIX}/lib32 &&
make

Install the package:

make install

64Bit

Compile the package:

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

Install the package:

make install

Contents

Installed Directories:
Installed Programs:
Installed Libraries:

Short Descriptions