Difference between revisions of "Udftools"

From CBLFS
Jump to navigationJump to search
 
Line 30: Line 30:
  
 
  make install
 
  make install
 +
 +
[[Category:CD/DVD Utilities]]

Latest revision as of 12:59, 19 January 2012

Download Source: http://downloads.sourceforge.net/linux-udf/udftools-1.0.0b3.tar.gz
Download patches: http://ftp.oregonstate.edu/pub/blfs/svn/u/udftools-1.0.0b3.patch.bz2 http://www.linuxfromscratch.org/patches/blfs/svn/udftools-1.0.0b3-fixes-1.patch

Introduction to Udftools

Project Homepage: Unknown

Dependencies

Required

Non-Multilib

Compile the package:

bzcat ../udftools-1.0.0b3.patch.bz2 | patch -Np1 &&
patch -Np1 -i ../udftools-1.0.0b3-fixes-1.patch &&
./configure --prefix=/usr &&
make

Install the package

make install