diff options
author | Jorge Giner <malferit@gmail.com> | 2018-06-03 19:04:46 +0100 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2018-06-03 19:04:46 +0100 |
commit | 3fede4643a6eb2343224b998af165c3cb091bd3c (patch) | |
tree | 058bc75b4f86874254e8297740b854ca63792f23 /graphics | |
parent | 3ae89feef358438bc72a87e3764f6304e6f5509f (diff) | |
download | slackbuilds-3fede4643a6eb2343224b998af165c3cb091bd3c.tar.gz |
graphics/grafx2: Updated for version 2.5.1960.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/grafx2/grafx2.SlackBuild | 9 | ||||
-rw-r--r-- | graphics/grafx2/grafx2.info | 8 |
2 files changed, 8 insertions, 9 deletions
diff --git a/graphics/grafx2/grafx2.SlackBuild b/graphics/grafx2/grafx2.SlackBuild index 8d55e274a9..3f4aa6c067 100644 --- a/graphics/grafx2/grafx2.SlackBuild +++ b/graphics/grafx2/grafx2.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for GrafX2 -# Copyright 2015-2016 Jorge Giner Cordero +# Copyright 2018 Jorge Giner Cordero # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,11 +23,11 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=grafx2 -VERSION=${VERSION:-2.4.2035} +VERSION=${VERSION:-2.5.1960} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -SRC=21 +SRC=30 if [ -z "$ARCH" ]; then case "$( uname -m )" in @@ -81,8 +81,7 @@ find -L . \ cd src CFLAGS="$SLKCFLAGS" \ -make $LUA -make install prefix=/usr DESTDIR=$PKG +make install prefix=/usr DESTDIR=$PKG $LUA cd .. find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ diff --git a/graphics/grafx2/grafx2.info b/graphics/grafx2/grafx2.info index 11f7b90432..a46824cbdf 100644 --- a/graphics/grafx2/grafx2.info +++ b/graphics/grafx2/grafx2.info @@ -1,10 +1,10 @@ PRGNAM="grafx2" -VERSION="2.4.2035" +VERSION="2.5.1960" HOMEPAGE="http://pulkomandy.tk/projects/GrafX2" -DOWNLOAD="http://pulkomandy.tk/projects/GrafX2/downloads/21" -MD5SUM="9bfbb3cdbfe35cc195df17c0a8e8b9b7" +DOWNLOAD="http://pulkomandy.tk/projects/GrafX2/downloads/30" +MD5SUM="80b0bc1dd66a87a62b1621b963b28fc1" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" MAINTAINER="Jorge Giner" -EMAIL="jorge.giner@hotmail.com" +EMAIL="malferit@gmail.com" |