libraries/libminzip: Updated for version 1.2.8.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
c13b86c8be
commit
c411f1a1e3
|
@ -2,10 +2,28 @@
|
|||
|
||||
# Slackware build script for minizip
|
||||
|
||||
# Written by Daniil Bratashov (dn2010@gmail.com)
|
||||
# Copyright 2013 Daniil Bratashov <dn2010@gmail.com>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
# permitted provided that the following conditions are met:
|
||||
#
|
||||
# 1. Redistributions of this script must retain the above copyright
|
||||
# notice, this list of conditions and the following disclaimer.
|
||||
#
|
||||
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR "AS IS" AND ANY EXPRESS OR IMPLIED
|
||||
# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
|
||||
# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
|
||||
# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
||||
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
|
||||
# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
|
||||
# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
|
||||
# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
|
||||
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=libminizip
|
||||
VERSION=${VERSION:-1.2.6}
|
||||
VERSION=${VERSION:-1.2.8}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -42,7 +60,7 @@ rm -rf $PKG
|
|||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
tar xvf $CWD/zlib-$VERSION.tar.bz2
|
||||
tar xvf $CWD/zlib-$VERSION.tar.xz
|
||||
cd zlib-$VERSION
|
||||
chown -R root:root .
|
||||
find . \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="libminizip"
|
||||
VERSION="1.2.6"
|
||||
VERSION="1.2.8"
|
||||
HOMEPAGE="http://www.winimage.com/zLibDll/minizip.html"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/libpng/zlib-1.2.6.tar.bz2"
|
||||
MD5SUM="dc2cfa0d2313ca77224b4d932b2911e9"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/libpng/zlib-1.2.8.tar.xz"
|
||||
MD5SUM="28f1205d8dd2001f26fec1e8c2cebe37"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue