summaryrefslogtreecommitdiffstats
path: root/libraries/SDL_gfx
diff options
context:
space:
mode:
author klaatu2022-03-08 20:33:03 +0100
committer Willy Sudiarto Raharjo2022-03-09 03:13:17 +0100
commitacd3489be7b3dc734e2ed62cf1f6dce6107b6f24 (patch)
treebdcea1112ddb2aab05403d158576cec206c3b018 /libraries/SDL_gfx
parentc76b204b9c2b628eb2223a959ef40194b267a83a (diff)
downloadslackbuilds-acd3489be7b3dc734e2ed62cf1f6dce6107b6f24.tar.gz
libraries/SDL_gfxL Updated for version 2.0.26.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/SDL_gfx')
-rw-r--r--libraries/SDL_gfx/SDL_gfx.SlackBuild9
-rw-r--r--libraries/SDL_gfx/SDL_gfx.info6
2 files changed, 9 insertions, 6 deletions
diff --git a/libraries/SDL_gfx/SDL_gfx.SlackBuild b/libraries/SDL_gfx/SDL_gfx.SlackBuild
index c4eb4adc0e..ab97ba1322 100644
--- a/libraries/SDL_gfx/SDL_gfx.SlackBuild
+++ b/libraries/SDL_gfx/SDL_gfx.SlackBuild
@@ -3,6 +3,7 @@
# Slackware build script for: SDL_gfx
# Ryan P.C. McQuen | Everett, WA | ryanpcmcquen@member.fsf.org
+# Klaatu <klaatu@member.fsf.org> | Lawrence NZ
# Copyright 2007-2011 Michiel van Wessem, Leicester, United Kingdom
# All rights reserved.
@@ -27,8 +28,8 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=SDL_gfx
-VERSION=${VERSION:-2.0.25}
-BUILD=${BUILD:-4}
+VERSION=${VERSION:-2.0.26}
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -104,8 +105,10 @@ CXXFLAGS="$SLKCFLAGS" \
make
make install-strip DESTDIR=$PKG
+rm -f $PKG/usr/lib*/*.la
+
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a AUTHORS COPYING ChangeLog INSTALL LICENSE NEWS README README-rpm Docs/* \
+cp -a AUTHORS COPYING ChangeLog LICENSE NEWS README README-rpm Docs/* \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
diff --git a/libraries/SDL_gfx/SDL_gfx.info b/libraries/SDL_gfx/SDL_gfx.info
index 7c5e022799..df4a497d72 100644
--- a/libraries/SDL_gfx/SDL_gfx.info
+++ b/libraries/SDL_gfx/SDL_gfx.info
@@ -1,8 +1,8 @@
PRGNAM="SDL_gfx"
-VERSION="2.0.25"
+VERSION="2.0.26"
HOMEPAGE="http://www.ferzkopp.net/joomla/content/view/19/14/"
-DOWNLOAD="http://www.ferzkopp.net/Software/SDL_gfx-2.0/SDL_gfx-2.0.25.tar.gz"
-MD5SUM="ea24ed4b82ff1304809c363494fa8e16"
+DOWNLOAD="http://www.ferzkopp.net/Software/SDL_gfx-2.0/SDL_gfx-2.0.26.tar.gz"
+MD5SUM="0b3b5ab5f9e7d10f1faf14d4255db6ba"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""