development/CImg: Updated for version 1.6.9.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
3665cf0727
commit
2060e4114e
|
@ -3,7 +3,7 @@
|
|||
# Slackware build script for CImg.
|
||||
#
|
||||
# Copyright 2009-2010 Pierre Cazenave <pwcazenave {at} gmail [dot] com>
|
||||
# Copyright 2014-2015 Edward W. Koenig <kingbeowulf {at} gmail [dot] com>
|
||||
# Copyright 2014-2016 Edward W. Koenig <kingbeowulf {at} gmail [dot] com>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -24,7 +24,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=CImg
|
||||
VERSION=${VERSION:-1.6.4}
|
||||
VERSION=${VERSION:-1.6.9}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -39,9 +39,10 @@ set -e
|
|||
|
||||
rm -rf $PKG
|
||||
mkdir -p $TMP $PKG $OUTPUT
|
||||
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
unzip $CWD/$PRGNAM-$VERSION.zip
|
||||
unzip $CWD/${PRGNAM}_${VERSION}.zip
|
||||
cd $PRGNAM-$VERSION
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="CImg"
|
||||
VERSION="1.6.4"
|
||||
VERSION="1.6.9"
|
||||
HOMEPAGE="http://cimg.eu/"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/project/slackbuildsdirectlinks/CImg/CImg-1.6.4.zip"
|
||||
MD5SUM="002df49cfca488a0ef8480b138c85f75"
|
||||
DOWNLOAD="http://cimg.eu/files/CImg_1.6.9.zip"
|
||||
MD5SUM="e3c069228dc71fe596b50949dbcbeceb"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue