Udftools

From CBLFS
Jump to navigationJump to search
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