Lzip

From CBLFS
Revision as of 11:10, 3 January 2009 by Jim (talk | contribs) (New page: {| style="text-align: left; background-color: AliceBlue;" |-valign="top" !Download Source: | http://nongnu.askapache.com/lzip/lzip-{{Lzip-Version}}.tar.gz |} ---- {{Blank-Package-Introdu...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
Download Source: http://nongnu.askapache.com/lzip/lzip-1.11.tar.gz

Introduction to Lzip

Project Homepage: Unknown

Dependencies

Non-Multilib

Compile the package:

./configure --prefix=/usr --bindir=/bin &&

make

Install the package

make install
mv -v /bin/lz{grep,diff} /usr/bin

Multilib

This package does not provide any libraries so only one installation is needed.

32Bit

CC="gcc ${BUILD32}" CXX="g++ ${BUILD32}" ./configure --prefix=/usr --bindir=/bin &&
make

Install the package:

make install
mv -v /bin/lz{grep,diff} /usr/bin

N32

CC="gcc ${BUILDN32}" CXX="g++ ${BUILDN32}" ./configure --prefix=/usr --bindir=/bin &&
make

Install the package:

make install
mv -v /bin/lz{grep,diff} /usr/bin

64Bit

Compile the package:

CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" ./configure --prefix=/usr --bindir=/bin &&
make

Install the package:

make install
mv -v /bin/lz{grep,diff} /usr/bin

Contents

Installed Programs: lzip, lzdiff, and lzgrep
Installed Libraries: None
Installed Directories: None

Short Descriptions

lzip Compresses Decompresses lzipped files.
lzgrep Runs grep on lzipped files
lzdiff Runs diff on lzipped files