Opened 10 years ago

Closed 16 months ago

#4911 closed enhancement (wontfix)

Add LibZip package (required for ebook-tools)

Reported by: Miklos Karacsony Owned by: blfs-book
Priority: normal Milestone: x-future
Component: BOOK Version: SVN
Severity: normal Keywords: LibZip epub okular
Cc:

Description

Upstream URL: http://www.nih.at/libzip/

Build and install instructions:

./configure --prefix=/usr
make
make install
ln -sfv /usr/lib/libzip/include/zipconf.h /usr/include/zipconf.h

Change History (10)

comment:1 by bdubbs@…, 10 years ago

Milestone: 7.6future

comment:2 by bdubbs@…, 8 years ago

Summary: Add LibZip package (required for ebook-tools)Add LibZi p package (required for ebook-tools)

comment:3 by Armin K, 8 years ago

Is adding this still desired? I can add both this and ebook-tools. Bruce?

comment:4 by bdubbs@…, 8 years ago

Until we get more participation from interested editors, we can only add this if we get a commitment add the page and do necessary updates.

comment:5 by Samuel, 8 years ago

Summary: Add LibZi p package (required for ebook-tools)Add LibZip package (required for ebook-tools)

comment:6 by bdubbs@…, 7 years ago

Milestone: futurex-future

Milestone renamed

comment:7 by bdubbs@…, 6 years ago

Owner: changed from blfs-book@… to bdubbs@…

comment:8 by bdubbs@…, 6 years ago

Owner: changed from bdubbs@… to blfs-book

comment:9 by thomas, 4 years ago

also used by PHP. Current version

http://www.nih.at/libzip/libzip-1.5.2.tar.xz

Instruction changed to

mkdir -p build &&
cd build &&

cmake \
    -DCMAKE_INSTALL_PREFIX=/usr \
    -DCMAKE_INSTALL_LIBDIR=lib \
    .. &&
make &&

sudo make install

comment:10 by Bruce Dubbs, 16 months ago

Resolution: wontfix
Status: newclosed
Note: See TracTickets for help on using tickets.