LibZip

From CBLFS
Jump to navigationJump to search
Download Source: http://www.nih.at/libzip/libzip-0.9.3.tar.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