mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
graphics/pngquant: Updated for version 2.3.4.
Signed-off-by: Kyle Guinn <elyk03@gmail.com>
This commit is contained in:
parent
8b610bdb19
commit
d6f1213475
2 changed files with 7 additions and 7 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# Slackware build script for pngquant
|
# Slackware build script for pngquant
|
||||||
|
|
||||||
# Copyright 2013-2014 Kyle Guinn <elyk03@gmail.com>, USA
|
# Copyright 2013-2015 Kyle Guinn <elyk03@gmail.com>, USA
|
||||||
# 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
|
||||||
|
@ -23,7 +23,7 @@
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=pngquant
|
PRGNAM=pngquant
|
||||||
VERSION=${VERSION:-2.3.0}
|
VERSION=${VERSION:-2.3.4}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
@ -62,7 +62,7 @@ rm -rf $PKG
|
||||||
mkdir -p $TMP $PKG $OUTPUT
|
mkdir -p $TMP $PKG $OUTPUT
|
||||||
cd $TMP
|
cd $TMP
|
||||||
rm -rf $PRGNAM-$VERSION
|
rm -rf $PRGNAM-$VERSION
|
||||||
tar xvf $CWD/$PRGNAM-$VERSION-src.tar.bz2
|
tar xvf $CWD/$VERSION.tar.gz || tar xvf $CWD/$PRGNAM-$VERSION.tar.gz || tar xvf $CWD/$PRGNAM-$VERSION-src.tar.bz2
|
||||||
cd $PRGNAM-$VERSION
|
cd $PRGNAM-$VERSION
|
||||||
chown -R root:root .
|
chown -R root:root .
|
||||||
chmod -R u+w,go-w,a+rX-st .
|
chmod -R u+w,go-w,a+rX-st .
|
||||||
|
@ -77,7 +77,7 @@ install -D -m0644 lib/libimagequant.a $PKG/usr/lib${LIBDIRSUFFIX}/libimagequant.
|
||||||
install -D -m0644 lib/libimagequant.h $PKG/usr/include/libimagequant.h
|
install -D -m0644 lib/libimagequant.h $PKG/usr/include/libimagequant.h
|
||||||
install -D -m0644 pngquant.1 $PKG/usr/man/man1/pngquant.1
|
install -D -m0644 pngquant.1 $PKG/usr/man/man1/pngquant.1
|
||||||
|
|
||||||
find $PKG/usr/man -type f -exec gzip -9 {} \;
|
find $PKG/usr/man -type f -exec gzip -9 {} +
|
||||||
|
|
||||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||||
cp -a $DOCS $PKG/usr/doc/$PRGNAM-$VERSION
|
cp -a $DOCS $PKG/usr/doc/$PRGNAM-$VERSION
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="pngquant"
|
PRGNAM="pngquant"
|
||||||
VERSION="2.3.0"
|
VERSION="2.3.4"
|
||||||
HOMEPAGE="http://pngquant.org/"
|
HOMEPAGE="http://pngquant.org/"
|
||||||
DOWNLOAD="http://pngquant.org/pngquant-2.3.0-src.tar.bz2"
|
DOWNLOAD="https://github.com/pornel/pngquant/archive/2.3.4.tar.gz"
|
||||||
MD5SUM="0ce07508367032634b0694bd9897c17f"
|
MD5SUM="3f1e98e0ad8378c879765e86180b62ca"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES=""
|
REQUIRES=""
|
||||||
|
|
Loading…
Reference in a new issue