multimedia/pngnq-s9: Updated for version 2.0.2.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2016-10-16 08:56:58 +07:00
parent 6e51213f83
commit b1add597ae
2 changed files with 7 additions and 11 deletions

View file

@ -1,7 +1,7 @@
#!/bin/sh
# Slackware build script for pngnq-s9
# Copyright 2014 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
# Copyright 2014-2016 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
# All rights reserved.
#
# Permission to use, copy, modify, and distribute this software for any purpose
@ -20,8 +20,8 @@
# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=pngnq-s9
VERSION=${VERSION:-2.0.1}
BUILD=${BUILD:-2}
VERSION=${VERSION:-2.0.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@ -66,10 +66,6 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
# Fix build on newer toolchain, thanks to adrien
sed -i 's/AM_INIT_AUTOMAKE\[-Wall -Werror\]/AM_INIT_AUTOMAKE/' configure.ac
autoreconf -vif
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \
@ -97,7 +93,7 @@ find $PKG/usr/man -type f -exec gzip -9 {} \;
for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a AUTHORS COPYING INSTALL README NEWS $PKG/usr/doc/$PRGNAM-$VERSION
cp -a AUTHORS COPYING INSTALL README $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install

View file

@ -1,8 +1,8 @@
PRGNAM="pngnq-s9"
VERSION="2.0.1"
VERSION="2.0.2"
HOMEPAGE="http://sourceforge.net/projects/pngnqs9/"
DOWNLOAD="http://sourceforge.net/projects/pngnqs9/files/pngnq-s9-2.0.1.tar.gz"
MD5SUM="20e185297245f306dc6223f816668bd6"
DOWNLOAD="http://sourceforge.net/projects/pngnqs9/files/pngnq-s9-2.0.2.tar.gz"
MD5SUM="466ea0ffb57a37ba0cf6bb2d5c14f570"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""