Difference between revisions of "Lzip"
From CBLFS
Jump to navigationJump to searchAntonio Diaz (talk | contribs) (Removed "install-extra" not needed by lzip-1.7) |
Antonio Diaz (talk | contribs) (lzdiff, lzgrep are no more distributed with lzip) |
||
Line 62: | Line 62: | ||
|-valign="top" | |-valign="top" | ||
! Installed Programs: | ! Installed Programs: | ||
− | | lzip, | + | | lzip, lziprecover |
|-valign="top" | |-valign="top" | ||
! Installed Libraries: | ! Installed Libraries: | ||
Line 77: | Line 77: | ||
! lzip | ! lzip | ||
| Compresses Decompresses lzipped files. | | Compresses Decompresses lzipped files. | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
|-valign="top" | |-valign="top" | ||
! lziprecover | ! lziprecover |
Revision as of 11:46, 28 February 2010
Download Source: | http://download.savannah.gnu.org/releases/lzip/lzip-1.11.tar.gz |
---|
Contents
Introduction to Lzip
Lzip is a lossless data compressor based on the LZMA algorithm, with very safe integrity checking and a user interface similar to the one of gzip or bzip2. Lzip decompresses almost as fast as gzip and compresses better than bzip2, which makes it well suited for software distribution and data archiving.
Project Homepage: http://www.nongnu.org/lzip/lzip.html
Dependencies
Non-Multilib
Compile the package:
./configure --prefix=/usr && make
Install the package
make install && mv -v /usr/bin/lzip /bin
Multilib
This package does not provide any libraries so only one installation is needed.
32Bit
CXX="g++ ${BUILD32}" ./configure --prefix=/usr && make
Install the package:
make install && mv -v /usr/bin/lzip /bin
N32
CXX="g++ ${BUILDN32}" ./configure --prefix=/usr && make
Install the package:
make install && mv -v /usr/bin/lzip /bin
64Bit
Compile the package:
CXX="g++ ${BUILD64}" ./configure --prefix=/usr && make
Install the package:
make install && mv -v /usr/bin/lzip /bin
Contents
Installed Programs: | lzip, lziprecover |
---|---|
Installed Libraries: | None |
Installed Directories: | None |
Short Descriptions
lzip | Compresses Decompresses lzipped files. |
---|---|
lziprecover | Recovers undamaged members from lzipped files. |