diff options
author | Heinz Wiesinger <pprkut@slackbuilds.org> | 2011-03-26 00:18:21 +0100 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-03-25 23:26:38 -0500 |
commit | 46e901c28c540ce98ce24eccfdddbf625e242001 (patch) | |
tree | 19beac8e7e689065bc6f63653682a93f925c0f07 /audio/vorbisgain/vorbisgain.SlackBuild | |
parent | e9cd5291a928202d686b02df68aa54170d257d51 (diff) | |
download | slackbuilds-46e901c28c540ce98ce24eccfdddbf625e242001.tar.gz |
audio/vorbisgain: Script cleanup + updated maintainer information
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
Diffstat (limited to 'audio/vorbisgain/vorbisgain.SlackBuild')
-rw-r--r-- | audio/vorbisgain/vorbisgain.SlackBuild | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/audio/vorbisgain/vorbisgain.SlackBuild b/audio/vorbisgain/vorbisgain.SlackBuild index 14533b261c..18279f0803 100644 --- a/audio/vorbisgain/vorbisgain.SlackBuild +++ b/audio/vorbisgain/vorbisgain.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for vorbisgain -# Copyright 2008 Heinz Wiesinger <hmwiesinger@gmx.at> +# Copyright 2008-2011 Heinz Wiesinger, Amsterdam, The Netherlands # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -27,12 +27,10 @@ VERSION=0.37 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 @@ -79,10 +77,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 COPYING NEWS README \ |