mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
development/CImg: Updated for version 1.6.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
93cef7cc10
commit
b5b88aad9c
2 changed files with 9 additions and 9 deletions
|
@ -3,7 +3,7 @@
|
||||||
# Slackware build script for CImg.
|
# Slackware build script for CImg.
|
||||||
#
|
#
|
||||||
# Copyright 2009-2010 Pierre Cazenave <pwcazenave {at} gmail [dot] com>
|
# Copyright 2009-2010 Pierre Cazenave <pwcazenave {at} gmail [dot] com>
|
||||||
# Copyright 2014 Edward W. Koenig <kingbeowulf {at} gmail [dot] com>
|
# Copyright 2014-2015 Edward W. Koenig <kingbeowulf {at} gmail [dot] com>
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# Redistribution and use of this script, with or without modification, is
|
||||||
|
@ -24,7 +24,7 @@
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=CImg
|
PRGNAM=CImg
|
||||||
VERSION=${VERSION:-1.5.9}
|
VERSION=${VERSION:-1.6.4}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
@ -48,7 +48,7 @@ find -L . \
|
||||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
||||||
-o -perm 511 \) -exec chmod 755 {} \; -o \
|
-o -perm 511 \) -exec chmod 755 {} \; -o \
|
||||||
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
||||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||||
|
|
||||||
mkdir -p $PKG/usr/include/CImg
|
mkdir -p $PKG/usr/include/CImg
|
||||||
cat CImg.h > $PKG/usr/include/CImg/CImg.h
|
cat CImg.h > $PKG/usr/include/CImg/CImg.h
|
||||||
|
@ -58,8 +58,8 @@ mkdir -p $PKG/usr/share/CImg
|
||||||
cp -a plugins/ $PKG/usr/share/CImg
|
cp -a plugins/ $PKG/usr/share/CImg
|
||||||
|
|
||||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION/html
|
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION/html
|
||||||
cp -a Licence* README.txt examples html \
|
#html mssing from this release
|
||||||
$PKG/usr/doc/$PRGNAM-$VERSION/
|
cp -a Licence* README.txt examples $PKG/usr/doc/$PRGNAM-$VERSION/
|
||||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||||
|
|
||||||
mkdir -p $PKG/install
|
mkdir -p $PKG/install
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="CImg"
|
PRGNAM="CImg"
|
||||||
VERSION="1.5.9"
|
VERSION="1.6.4"
|
||||||
HOMEPAGE="http://cimg.sourceforge.net/"
|
HOMEPAGE="http://cimg.eu/"
|
||||||
DOWNLOAD="http://ponce.cc/slackware/sources/repo/CImg-1.5.9.zip"
|
DOWNLOAD="http://downloads.sourceforge.net/project/slackbuildsdirectlinks/CImg/CImg-1.6.4.zip"
|
||||||
MD5SUM="cc341ba62e586f25ec6325e4c5ef2fd5"
|
MD5SUM="002df49cfca488a0ef8480b138c85f75"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES=""
|
REQUIRES=""
|
||||||
|
|
Loading…
Reference in a new issue