summaryrefslogtreecommitdiffstats
path: root/graphics/grafx2/grafx2.SlackBuild
diff options
context:
space:
mode:
author Jorge Giner2018-06-03 20:04:46 +0200
committer David Spencer2018-06-03 20:04:46 +0200
commitcb932a18ded789902c926d8dad2385a4b9c40053 (patch)
tree3ca338a68cd01fdbdd110d1e6e8c35e17a77a21c /graphics/grafx2/grafx2.SlackBuild
parent763cf06e2ce319e6c1c3debad55eaf31cbf44b57 (diff)
downloadold.slackbuilds-cb932a18ded789902c926d8dad2385a4b9c40053.tar.gz
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 \