From 46c378872f96e65dbd505431c4d70dc665cbeb0d Mon Sep 17 00:00:00 2001 From: Larry Hajali Date: Sat, 8 Oct 2016 09:44:03 -0700 Subject: games/peg-e: Updated for version 1.2.2 Signed-off-by: Larry Hajali --- games/peg-e/peg-e.SlackBuild | 12 ++++++------ games/peg-e/peg-e.info | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) (limited to 'games/peg-e') diff --git a/games/peg-e/peg-e.SlackBuild b/games/peg-e/peg-e.SlackBuild index 093c7a1ac6..6fc0813519 100644 --- a/games/peg-e/peg-e.SlackBuild +++ b/games/peg-e/peg-e.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for peg-e -# Copyright 2012-2015 Larry Hajali +# Copyright 2012-2016 Larry Hajali # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,13 +23,13 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=peg-e -VERSION=${VERSION:-1.2.1} +VERSION=${VERSION:-1.2.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then case "$( uname -m )" in - i?86) ARCH=i486 ;; + i?86) ARCH=i586 ;; arm*) ARCH=arm ;; *) ARCH=$( uname -m ) ;; esac @@ -40,8 +40,8 @@ TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} -if [ "$ARCH" = "i486" ]; then - SLKCFLAGS="-O2 -march=i486 -mtune=i686" +if [ "$ARCH" = "i586" ]; then + SLKCFLAGS="-O2 -march=i586 -mtune=i686" LIBDIRSUFFIX="" elif [ "$ARCH" = "i686" ]; then SLKCFLAGS="-O2 -march=i686 -mtune=i686" @@ -83,7 +83,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr find $PKG/usr/man -type f -exec gzip -9 {} \; mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a ChangeLog COPYING CREDITS INSTALL $PKG/usr/doc/$PRGNAM-$VERSION +cp -a ChangeLog COPYING CREDITS INSTALL NEWS README $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install diff --git a/games/peg-e/peg-e.info b/games/peg-e/peg-e.info index cc9fc6a7ad..444df2accd 100644 --- a/games/peg-e/peg-e.info +++ b/games/peg-e/peg-e.info @@ -1,8 +1,8 @@ PRGNAM="peg-e" -VERSION="1.2.1" +VERSION="1.2.2" HOMEPAGE="http://gottcode.org/peg-e/" -DOWNLOAD="http://gottcode.org/peg-e/peg-e-1.2.1-src.tar.bz2" -MD5SUM="fabd0e3cbd3b06052787ac786b7ac41b" +DOWNLOAD="http://gottcode.org/peg-e/peg-e-1.2.2-src.tar.bz2" +MD5SUM="07dc7245acc219dd04e41fd5c060934f" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="qt5" -- cgit v1.2.3