summaryrefslogtreecommitdiffstats
path: root/graphics/grafx2/grafx2.SlackBuild
diff options
context:
space:
mode:
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
commit3fede4643a6eb2343224b998af165c3cb091bd3c (patch)
tree058bc75b4f86874254e8297740b854ca63792f23 /graphics/grafx2/grafx2.SlackBuild
parent3ae89feef358438bc72a87e3764f6304e6f5509f (diff)
downloadslackbuilds-3fede4643a6eb2343224b998af165c3cb091bd3c.tar.gz
slackbuilds-3fede4643a6eb2343224b998af165c3cb091bd3c.tar.xz
graphics/grafx2: Updated for version 2.5.1960.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'graphics/grafx2/grafx2.SlackBuild')
-rw-r--r--graphics/grafx2/grafx2.SlackBuild9
1 files changed, 4 insertions, 5 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 \