diff options
author | mario <mario@slackverse.org> | 2012-07-01 10:28:03 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-07-01 10:28:03 -0500 |
commit | 1b572026366250f00186eea3c83d4da8950ded09 (patch) | |
tree | 89b2f20ca09a65c54add364e715ccd4e3586853f /network/skype/skype.SlackBuild | |
parent | 771f4e5f742460abae00b3f5f4e8b7f92ecdf9f7 (diff) | |
download | slackbuilds-1b572026366250f00186eea3c83d4da8950ded09.tar.gz |
network/skype: Updated for version 4.0.0.7.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'network/skype/skype.SlackBuild')
-rw-r--r-- | network/skype/skype.SlackBuild | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/network/skype/skype.SlackBuild b/network/skype/skype.SlackBuild index c84eb06a71..6051e4a64c 100644 --- a/network/skype/skype.SlackBuild +++ b/network/skype/skype.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for skype -# Copyright 2010-2011, mario <mario@slackverse.org> +# Copyright 2010-2012, mario <mario@slackverse.org> # 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=skype -VERSION=${VERSION:-2.2.0.35} +VERSION=${VERSION:-4.0.0.7} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -38,8 +38,10 @@ STATIC=${STATIC:-no} if [ "$STATIC" = yes ]; then SRCNAM=${PRGNAM}_static + TMPNAM=${SRCNAM}QT else - SRCNAM=$PRGNAM + SRCNAM=$PRGNAM + TMPNAM=$PRGNAM fi # Sanity check, we make sure resulting package will work on users system. @@ -67,9 +69,9 @@ set -e rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP -rm -rf $SRCNAM-$VERSION +rm -rf $TMPNAM-$VERSION tar xvf $CWD/$SRCNAM-$VERSION.tar.bz2 -cd $SRCNAM-$VERSION +cd $TMPNAM-$VERSION chown -R root:root . chmod -R u+w,go+r-w,a-s . |