From fec1f182c3717e961e5812cf62a111ae3fa70015 Mon Sep 17 00:00:00 2001 From: Marco Bonetti Date: Mon, 17 Oct 2011 14:12:00 -0200 Subject: network/periscope: Updated for version 0.2.4. Signed-off-by: Niels Horn --- network/periscope/periscope.SlackBuild | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'network/periscope/periscope.SlackBuild') diff --git a/network/periscope/periscope.SlackBuild b/network/periscope/periscope.SlackBuild index e816ee398e18d..8e23304e3710c 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 +# Copyright 2009-2011 Marco Bonetti # 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 . \ -- cgit v1.2.3