diff options
author | Heinz Wiesinger <pprkut@liwjatan.at> | 2010-05-12 17:42:12 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-12 17:42:12 +0200 |
commit | ceb9cc6ed1c54394740a40e1ab872e83417e6d0d (patch) | |
tree | 9ddd0c99e88fa32b75a5688dbb42fadf182ecdb1 /libraries/slv2/slv2.SlackBuild | |
parent | bb4243ee772dd137dab43b64a083ff048aad10a0 (diff) | |
download | slackbuilds-ceb9cc6ed1c54394740a40e1ab872e83417e6d0d.tar.gz |
libraries/slv2: Updated for version 0.6.2
Diffstat (limited to 'libraries/slv2/slv2.SlackBuild')
-rw-r--r-- | libraries/slv2/slv2.SlackBuild | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/libraries/slv2/slv2.SlackBuild b/libraries/slv2/slv2.SlackBuild index 9e83abd9b0..f080151d3e 100644 --- a/libraries/slv2/slv2.SlackBuild +++ b/libraries/slv2/slv2.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for slv2 -# Copyright 2008 Heinz Wiesinger <pprkut@liwjatan.at> +# Copyright 2008-2009 Heinz Wiesinger <pprkut@liwjatan.at> # 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=slv2 -VERSION=0.6.1 +VERSION=0.6.2 ARCH=${ARCH:-i486} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -66,10 +66,7 @@ CXXFLAGS="$SLKCFLAGS" \ ./waf build ./waf install --destdir=$PKG -( cd $PKG/usr/man - find . -type f -exec gzip -9 {} \; - for i in $( find . -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done -) +rm -rf $PKG/usr/man # No man pages are installed, but the dirs are... mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a AUTHORS ChangeLog COPYING INSTALL README \ |