Udftools: Difference between revisions

From CBLFS
Jump to navigationJump to search
Created page with "{| style="text-align: left; background-color: AliceBlue;" |- !Download Source: | http://downloads.sourceforge.net/linux-udf/udftools-{{Udftools-Version}}.tar.gz |} ---- {{Packa..."
 
No edit summary
Line 3: Line 3:
!Download Source:
!Download Source:
| http://downloads.sourceforge.net/linux-udf/udftools-{{Udftools-Version}}.tar.gz
| http://downloads.sourceforge.net/linux-udf/udftools-{{Udftools-Version}}.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
|}
|}


Line 8: Line 12:


{{Package-Introduction|}}
{{Package-Introduction|}}
== 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

Revision as of 11:57, 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