diff options
author | Marco Bonetti <sid77@slackware.it> | 2011-10-17 14:12:00 -0200 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-10-17 14:12:00 -0200 |
commit | fec1f182c3717e961e5812cf62a111ae3fa70015 (patch) | |
tree | 7efa4730ce8ad41f80628adfab5a48c52a553327 /network/periscope/periscope.SlackBuild | |
parent | fe280424a8434e792fedae3f552ae5c9f468944f (diff) | |
download | slackbuilds-fec1f182c3717e961e5812cf62a111ae3fa70015.tar.gz |
network/periscope: Updated for version 0.2.4.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'network/periscope/periscope.SlackBuild')
-rw-r--r-- | network/periscope/periscope.SlackBuild | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/network/periscope/periscope.SlackBuild b/network/periscope/periscope.SlackBuild index e816ee398e..8e23304e37 100644 --- a/network/periscope/periscope.SlackBuild +++ b/network/periscope/periscope.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for periscope. -# Copyright 2009-2010 Marco Bonetti <sid77@slackware.it> +# Copyright 2009-2011 Marco Bonetti <sid77@slackware.it> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,8 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=periscope -VERSION=0.1.9 +VERSION=0.2.4 +SRCNAM=python-${PRGNAM}_${VERSION}.orig.tar.gz BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -48,8 +49,10 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2 +# Source tarball *WITHOUT* main directory O_O +mkdir $PRGNAM-$VERSION cd $PRGNAM-$VERSION +tar xvf $CWD/$SRCNAM chown -R root:root . find . \ |