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/opengtl.SlackBuild | |
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/opengtl.SlackBuild')
-rw-r--r-- | graphics/opengtl/opengtl.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/opengtl/opengtl.SlackBuild b/graphics/opengtl/opengtl.SlackBuild index 8decae0e3d1ca..532c4aa7a5cd4 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 |