From fd4b99c2a975c88a322e2008d40af2c484acbd1e Mon Sep 17 00:00:00 2001 From: Chess Griffin Date: Mon, 31 May 2010 20:36:24 -0400 Subject: audio/audacity: Update to 1.3.12 Signed-off-by: Chess Griffin --- audio/audacity/audacity.SlackBuild | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'audio/audacity/audacity.SlackBuild') diff --git a/audio/audacity/audacity.SlackBuild b/audio/audacity/audacity.SlackBuild index 81837b6fb3..e893980d6e 100644 --- a/audio/audacity/audacity.SlackBuild +++ b/audio/audacity/audacity.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for Audacity -# Copyright 2006-2009 Chess Griffin +# Copyright 2006-2010 Chess Griffin # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -29,8 +29,8 @@ # Modified by the SlackBuilds.org project PRGNAM=audacity -VERSION=1.3.7 -BUILD=${BUILD:-3} +VERSION=1.3.12 +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} # Automatically determine the architecture we're building on: @@ -80,9 +80,9 @@ fi rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP || exit 1 -rm -rf $PRGNAM-minsrc-$VERSION -tar xvf $CWD/$PRGNAM-minsrc-$VERSION.tar.bz2 || exit 1 -cd $PRGNAM-src-$VERSION || exit 1 +rm -rf $PRGNAM-minsrc-$VERSION-beta +tar xvf $CWD/$PRGNAM-minsrc-$VERSION-beta.tar.bz2 || exit 1 +cd $PRGNAM-src-$VERSION-beta || exit 1 chown -R root:root . find . \ \( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \ -- cgit v1.2.3