diff options
author | Heinz Wiesinger <pprkut@liwjatan.at> | 2011-12-18 22:29:08 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-12-18 22:29:08 -0600 |
commit | 7f48662a4d97072292939a7f6e56e0cf0940f0fb (patch) | |
tree | fd84e666a0bcf4f6e5afc726061f2be84a2784a6 /graphics/opengtl | |
parent | 47960896e68710a128826f139e5b004ff8bd4c65 (diff) |
graphics/opengtl: Updated for version 0.9.15.1.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'graphics/opengtl')
-rw-r--r-- | graphics/opengtl/opengtl.SlackBuild | 6 | ||||
-rw-r--r-- | graphics/opengtl/opengtl.info | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/graphics/opengtl/opengtl.SlackBuild b/graphics/opengtl/opengtl.SlackBuild index 8decae0e3d1c..532c4aa7a5cd 100644 --- a/graphics/opengtl/opengtl.SlackBuild +++ b/graphics/opengtl/opengtl.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for opengtl -# Copyright 2008-2010 Heinz Wiesinger, Amsterdam, The Netherlands +# Copyright 2008-2011 Heinz Wiesinger, Amsterdam, The Netherlands # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=opengtl -VERSION=0.9.14 +VERSION=0.9.15.1 BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -82,7 +82,7 @@ cd build make make install DESTDIR=$PKG -cd - +cd .. find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true diff --git a/graphics/opengtl/opengtl.info b/graphics/opengtl/opengtl.info index 96c051c68b9a..a6a79eac38ed 100644 --- a/graphics/opengtl/opengtl.info +++ b/graphics/opengtl/opengtl.info @@ -1,8 +1,8 @@ PRGNAM="opengtl" -VERSION="0.9.14" +VERSION="0.9.15.1" HOMEPAGE="http://www.opengtl.org/" -DOWNLOAD="http://download.opengtl.org/OpenGTL-0.9.14.tar.bz2" -MD5SUM="900aef54c76ce7120f8ff586b3e8af6f" +DOWNLOAD="http://download.opengtl.org/OpenGTL-0.9.15.1.tar.bz2" +MD5SUM="052fc8504ced601e356e4d20621699f7" DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="Heinz Wiesinger" |