Difference between revisions of "Xfburn"

From CBLFS
Jump to navigationJump to search
(address changed from svn to git repository)
Line 107: Line 107:
 
|is a CD burining application for the XFCE desktop environment.
 
|is a CD burining application for the XFCE desktop environment.
 
|}
 
|}
 +
 +
[[Category:XFCE]]

Revision as of 07:27, 20 October 2010

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:

git clone http://git.xfce.org/git/apps/xfburn 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.