
This patch adds lzip decompression (extract) support to easy7zip.

To apply the patch, first unpack the archive containing the patch (if
you have not done so already):

  $ tar -xf easy7zip_src_0.1.6-lzip-1.tar.gz

Then rename the file 'lzma.ico' to 'lz.ico' in the 7z1604-vc9 source and
copy the new 'lzma.ico' file to the 'CPP/7zip/Archive/Icons' directory:

  $ mv 7z1604-vc9/CPP/7zip/Archive/Icons/lzma.ico 7z1604-vc9/CPP/7zip/Archive/Icons/lz.ico
  $ cp easy7zip_src_0.1.6-lzip-1/lzma.ico 7z1604-vc9/CPP/7zip/Archive/Icons/lzma.ico

Then change to the directory containing the 7z1604-vc9 source and apply
the patch like this:

  $ cd 7z1604-vc9
  $ patch -p1 < ../easy7zip_src_0.1.6-lzip-1/easy7zip_src_0.1.6-lzip-1.diff

Now you can compile easy7zip.
