wok rev 8117

Fixed pcsxr-svn (again).
author Christopher Rogers <slaxemulator@gmail.com>
date Sun Jan 23 20:05:37 2011 +0000 (2011-01-23)
parents f1ecfb5a8252
children 793a2e0f47a2
files pcsxr-svn/receipt
line diff
     1.1 --- a/pcsxr-svn/receipt	Sun Jan 23 20:01:37 2011 +0000
     1.2 +++ b/pcsxr-svn/receipt	Sun Jan 23 20:05:37 2011 +0000
     1.3 @@ -15,23 +15,12 @@
     1.4  {
     1.5  	[ -d "$PACKAGE-$VERSION" ] && rm -rf $PACKAGE-$VERSION
     1.6  	TARBALL=$SOURCES_REPOSITORY/$PACKAGE-$VERSION.tar.lzma
     1.7 -	#NEW_TARBALL=$SOURCES_REPOSITORY/$PACKAGE-$VERSION.tar
     1.8  	[ -L /bin/tar ] && tazpkg get-install tar --forced
     1.9  	if [ -f $TARBALL ]; then
    1.10 -		#cp $TARBALL $PACKAGE-$VERSION.tar.lzma
    1.11 -		#unlzma $PACKAGE-$VERSION.tar.lzma && tar xf $PACKAGE-$VERSION.tar
    1.12 -		#if [ -f $PACKAGE-$VERSION.tar ]; then
    1.13 -		#	rm -f $PACKAGE-$VERSION.tar
    1.14 -		#fi
    1.15  		tar -x -f $TARBALL
    1.16  	else
    1.17  		echo "Cloning revision $VERSION from subversion repository..."
    1.18  		echo "t" | svn co https://pcsxr.svn.codeplex.com/svn/pcsxr -r $VERSION $PACKAGE-$VERSION
    1.19 -		#tar cf $NEW_TARBALL $PACKAGE-$VERSION
    1.20 -		#lzma-alone e $NEW_TARBALL $TARBALL
    1.21 -		#if [ -f $NEW_TARBALL ]; then
    1.22 -		#	rm -f $NEW_TARBALL
    1.23 -		#fi
    1.24  		tar -c --lzma -f $TARBALL $PACKAGE-$VERSION
    1.25  	fi
    1.26  	cd $src