Dvd+rw-tools

From CBLFS
Revision as of 19:12, 27 October 2006 by Jciccone (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
Download Source: http://fy.chalmers.se/~appro/linux/DVD+RW/tools/dvd+rw-tools-6.1.tar.gz

Dependencies

Required

Non-Multilib

Compile the package:

make all rpl8 btcflash

Install the package

make prefix=/usr install &&
install -v -m644 -D index.html \
    /usr/share/doc/dvd+rw-tools-6.1/index.html

Multilib

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

32Bit

Compile the package:

make CC="gcc ${BUILD32}" CXX="g++ ${BUILD32}" all rpl8 btcflash

Install the package

make prefix=/usr install &&
install -v -m644 -D index.html \
    /usr/share/doc/dvd+rw-tools-6.1/index.html

N32

Compile the package:

make CC="gcc ${BUILDN32}" CXX="g++ ${BUILDN32}" all rpl8 btcflash

Install the package

make prefix=/usr install &&
install -v -m644 -D index.html \
    /usr/share/doc/dvd+rw-tools-6.1/index.html

64Bit

Compile the package:

make CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" all rpl8 btcflash

Install the package

make prefix=/usr install &&
install -v -m644 -D index.html \
    /usr/share/doc/dvd+rw-tools-6.1/index.html