Difference between revisions of "Cdrdao"
From CBLFS
Jump to navigationJump to search (I added the package description from BLFS.) |
|||
Line 6: | Line 6: | ||
---- | ---- | ||
+ | |||
+ | == Introduction to Cdrdao == | ||
+ | |||
+ | The Cdrdao package contains CD recording utilities. These are useful for burning a CD in disk-at-once mode. | ||
== Dependencies == | == Dependencies == |
Revision as of 20:16, 6 December 2006
Download Source: | http://prdownloads.sourceforge.net/cdrdao/cdrdao-1.2.1.tar.bz2 |
---|
Contents
Introduction to Cdrdao
The Cdrdao package contains CD recording utilities. These are useful for burning a CD in disk-at-once mode.
Dependencies
Required
Optional
Non-Multilib
Compile the package:
./configure --prefix=/usr && make
Install the package
make install && install -v -m755 -d /usr/share/doc/cdrdao-1.2.1 && install -v -m644 README* /usr/share/doc/cdrdao-1.2.1
Multilib
This package does not provide any libraries so only one installation is needed.
32Bit
Compile the package:
CC="gcc ${BUILD32}" CXX="g++ ${BUILD32}" \ PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" USE_ARCH=32 \ ./configure --prefix=/usr && make
Install the package
make install && install -v -m755 -d /usr/share/doc/cdrdao-1.2.1 && install -v -m644 README* /usr/share/doc/cdrdao-1.2.1
N32
Compile the package:
CC="gcc ${BUILDN32}" CXX="g++ ${BUILDN32}" \ PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" USE_ARCH=n32 \ ./configure --prefix=/usr && make
Install the package
make install && install -v -m755 -d /usr/share/doc/cdrdao-1.2.1 && install -v -m644 README* /usr/share/doc/cdrdao-1.2.1
64Bit
Compile the package:
CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" \ PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" USE_ARCH=64 \ ./configure --prefix=/usr && make
Install the package
make install && install -v -m755 -d /usr/share/doc/cdrdao-1.2.1 && install -v -m644 README* /usr/share/doc/cdrdao-1.2.1