libraries/zziplib: Updated for version 0.13.60.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
This commit is contained in:
parent
3482ea222f
commit
88ea2d178d
|
@ -1,5 +1,5 @@
|
|||
The zziplib library is intentionally lightweight, it offers the ability
|
||||
to easily extract data from files archived in a single zip file. Applications
|
||||
can bundle files into a single zip archive and access them. The implementation
|
||||
is based only on the (free) subset of compression with the zlib algorithm
|
||||
which is actually used by the zip/unzip tools.
|
||||
to easily extract data from files archived in a single zip file.
|
||||
Applications can bundle files into a single zip archive and access them.
|
||||
The implementation is based only on the (free) subset of compression with
|
||||
the zlib algorithm which is actually used by the zip/unzip tools.
|
||||
|
|
|
@ -7,13 +7,13 @@
|
|||
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
zziplib: zziplib (A lightweight zip library)
|
||||
zziplib:
|
||||
zziplib:
|
||||
zziplib: The zziplib library is intentionally lightweight, it offers the
|
||||
zziplib: ability to easily extract data from files archived in a single zip
|
||||
zziplib: file. Applications can bundle files into a single zip archive and
|
||||
zziplib: access them. The implementation is based only on the (free) subset
|
||||
zziplib: of compression with the zlib algorithm which is actually used by the
|
||||
zziplib: zip/unzip tools.
|
||||
zziplib:
|
||||
zziplib:
|
||||
zziplib: Homepage: http://zziplib.sourceforge.net/zzip-index.html
|
||||
zziplib:
|
||||
zziplib:
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
# Written by Larry Hajali <larryhaja[at]gmail[dot]com>
|
||||
|
||||
PRGNAM=zziplib
|
||||
VERSION=0.13.59
|
||||
VERSION=0.13.60
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="zziplib"
|
||||
VERSION="0.13.59"
|
||||
VERSION="0.13.60"
|
||||
HOMEPAGE="http://zziplib.sourceforge.net/zzip-index.html"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/zziplib/zziplib-0.13.59.tar.bz2"
|
||||
MD5SUM="14b5a6fc229afe9916d48358479568d3"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/zziplib/zziplib-0.13.60.tar.bz2"
|
||||
MD5SUM="54a6aa53262483a4d54f7c59f0a7258b"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Larry Hajali"
|
||||
EMAIL="larryhaja[at]gmail[dot]com"
|
||||
APPROVED="dsomero"
|
||||
APPROVED="dsomero,Niels Horn"
|
||||
|
|
Loading…
Reference in New Issue