Imported lzlib-1.11.

This commit is contained in:
Aleksej Lebedev 2019-10-29 12:06:33 +01:00
parent ed68dc7b5b
commit c861035ebf
4 changed files with 35 additions and 0 deletions

4
lzlib/DESCR Normal file
View File

@ -0,0 +1,4 @@
Lzlib is a data compression library providing in-memory LZMA compression and
decompression functions, including integrity checking of the decompressed data.
The compressed data format used by the library is the lzip format.
Lzlib is written in C.

21
lzlib/Makefile Normal file
View File

@ -0,0 +1,21 @@
# $NetBSD$
DISTNAME= lzlib-1.11
#PKGNAME= ${DISTNAME}
CATEGORIES= archivers
MASTER_SITES= http://download.savannah.gnu.org/releases/lzip/lzlib/
MAINTAINER= root@zta.lk
HOMEPAGE= http://www.nongnu.org/lzip/lzlib.html
COMMENT= In-memory LZMA compression and decompression library
LICENSE= 2-clause-bsd
HAS_CONFIGURE= yes
USE_TOOLS+= gmake
INFO_FILES= yes
CONFIGURE_ARGS+= --prefix=${PREFIX} --infodir=${PREFIX}/${PKGINFODIR}
.include "../../mk/bsd.pkg.mk"

4
lzlib/PLIST Normal file
View File

@ -0,0 +1,4 @@
@comment $NetBSD$
include/lzlib.h
info/lzlib.info
lib/liblz.a

6
lzlib/distinfo Normal file
View File

@ -0,0 +1,6 @@
$NetBSD$
SHA1 (lzlib-1.11.tar.gz) = 9d2bb3afd4b7d7dd3f1f7160477d4a12c1a3fdc9
RMD160 (lzlib-1.11.tar.gz) = ccf53dd5b04bced6629456bf51615ec373a6b59f
SHA512 (lzlib-1.11.tar.gz) = 5aa3ff084177efe906518724a98a78c32d1c0e02b967800a44388fc6af441de48fcc5899457913fca11fae3beb8bebc260ac447f0a336b1c14f3f13726114567
Size (lzlib-1.11.tar.gz) = 105873 bytes