wok-stable rev 8110
Up: pcsxr-svn to 62214.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sun Jan 23 14:01:49 2011 +0000 (2011-01-23) |
parents | c12e5b35e149 |
children | b89a598ef281 |
files | pcsxr-svn/receipt |
line diff
1.1 --- a/pcsxr-svn/receipt Sun Jan 23 20:06:38 2011 +0100 1.2 +++ b/pcsxr-svn/receipt Sun Jan 23 14:01:49 2011 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="pcsxr-svn" 1.7 -VERSION="60142" 1.8 +VERSION="62214" 1.9 CATEGORY="games" 1.10 SHORT_DESC="A Sony PlayStation emulator based on the PCSX-df Project" 1.11 MAINTAINER="slaxemulator@gmail.com" 1.12 @@ -14,13 +14,13 @@ 1.13 compile_rules() 1.14 { 1.15 [ -d "$PACKAGE-$VERSION" ] && rm -rf $PACKAGE-$VERSION 1.16 - TARBALL=$SOURCES_REPOSITORY/$PACKAGE-$VERSION.tar.gz 1.17 + TARBALL=$SOURCES_REPOSITORY/$PACKAGE-$VERSION.tar.lzma 1.18 if [ -f $TARBALL ]; then 1.19 - tar xzf $TARBALL 1.20 + busybox tar xaf $TARBALL 1.21 else 1.22 echo "Cloning revision $VERSION from subversion repository..." 1.23 echo "t" | svn co https://pcsxr.svn.codeplex.com/svn -r $VERSION $PACKAGE-$VERSION 1.24 - tar czf $TARBALL $PACKAGE-$VERSION 1.25 + busybox tar caf $TARBALL $PACKAGE-$VERSION 1.26 fi 1.27 cd $src/pcsxr 1.28 ./configure \