Difference between revisions of "LibZip"

From CBLFS
Jump to navigationJump to search
m
Line 2: Line 2:
 
|-
 
|-
 
!Download Source:
 
!Download Source:
| http://www.nih.at/libzip/libzip-0.9.tar.bz2
+
| http://www.nih.at/libzip/libzip-0.9.3tar.bz2
 
|}
 
|}
  

Revision as of 17:58, 5 December 2010

Download Source: http://www.nih.at/libzip/libzip-0.9.3tar.bz2

Introduction to LibZip

libzip is a C library for reading, creating, and modifying zip archives. Files can be added from data buffers, files, or compressed data copied directly from other zip archives.

Project Homepage: http://www.nih.at/libzip/

Dependencies

Non-Multilib

Compile the package:

./configure --prefix=/usr &&
make

Install the package

make install

Multilib

TO DO