`xudf' is a utility for the files uses extened OCTA UDF format. Currently only the converter from XUDF to script languages (Perl, Python, Ruby, Lua) is developped.
0.1.1
GPL 2
`xudf' is developped and tested on Linux, and thus is is designed for UNIX/Linux environments. xudf is mainly written in ANSI C, but several files are shell scripts, so you need to use Cygwin (http://www.cygwin.com/) to run xudf on Windows.
To compile `xudf', you need an ANSI C compiler and GNU make utility. `xudf' uses autoconf / automake, so if required libraries are already installed, you can compile and install it just like other free softwares.
$ zcat xudf-0.1.1.tar.gz | tar xvf - $ cd xudf-0.1.1 $ ./configure $ make $ su # make install
If you are using GNU tar, you can use is as
tar zxvf xudf-0.1.1.tar.gz
instead of zcat xudf-0.1.1.tar.gz | tar xvf -
.
For RedHat type Linux distributions (RedHat Linux, Fedora Core, TurboLinux, Vine Linux, etc), SRPM file can be used to build RPM package of drops. To rebuild RPM package from SRPM package, see the man page of rpm (or the man page of rpmbuild).