diff options
author | Heinz Wiesinger <pprkut@liwjatan.at> | 2011-01-09 19:01:02 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-01-10 15:04:46 -0600 |
commit | 4bf0056ad099d8c134feb2a3340643f66b86aab2 (patch) | |
tree | 7394f4804392734d764da3b845403d8a49a8b355 /libraries/libquicktime/libquicktime.SlackBuild | |
parent | 86cff669078fe7cee7e1557c5215a82691ed5c3c (diff) | |
download | slackbuilds-4bf0056ad099d8c134feb2a3340643f66b86aab2.tar.gz |
libraries/libquicktime: Updated for version 1.2.1.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'libraries/libquicktime/libquicktime.SlackBuild')
-rw-r--r-- | libraries/libquicktime/libquicktime.SlackBuild | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/libraries/libquicktime/libquicktime.SlackBuild b/libraries/libquicktime/libquicktime.SlackBuild index c85e998488..ccc06d7f96 100644 --- a/libraries/libquicktime/libquicktime.SlackBuild +++ b/libraries/libquicktime/libquicktime.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for libquicktime -# 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,16 +23,14 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=libquicktime -VERSION=1.1.5 +VERSION=1.2.1 BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -# Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then case "$( uname -m )" in i?86) ARCH=i486 ;; arm*) ARCH=arm ;; - # Unless $ARCH is already set, use uname -m for all other archs: *) ARCH=$( uname -m ) ;; esac fi @@ -83,10 +81,7 @@ CXXFLAGS="$SLKCFLAGS" \ make make install-strip 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 -) +find $PKG/usr/man -type f -exec gzip -9 {} \; mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a \ |