# HG changeset patch # User Christopher Rogers # Date 1295791309 0 # Node ID 0307e0345907ae4e5014208b3b2c2ecec4ac8644 # Parent c12e5b35e1495234d7f2c9c58d4a60cd6ebdbe4d Up: pcsxr-svn to 62214. diff -r c12e5b35e149 -r 0307e0345907 pcsxr-svn/receipt --- a/pcsxr-svn/receipt Sun Jan 23 20:06:38 2011 +0100 +++ b/pcsxr-svn/receipt Sun Jan 23 14:01:49 2011 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="pcsxr-svn" -VERSION="60142" +VERSION="62214" CATEGORY="games" SHORT_DESC="A Sony PlayStation emulator based on the PCSX-df Project" MAINTAINER="slaxemulator@gmail.com" @@ -14,13 +14,13 @@ compile_rules() { [ -d "$PACKAGE-$VERSION" ] && rm -rf $PACKAGE-$VERSION - TARBALL=$SOURCES_REPOSITORY/$PACKAGE-$VERSION.tar.gz + TARBALL=$SOURCES_REPOSITORY/$PACKAGE-$VERSION.tar.lzma if [ -f $TARBALL ]; then - tar xzf $TARBALL + busybox tar xaf $TARBALL else echo "Cloning revision $VERSION from subversion repository..." echo "t" | svn co https://pcsxr.svn.codeplex.com/svn -r $VERSION $PACKAGE-$VERSION - tar czf $TARBALL $PACKAGE-$VERSION + busybox tar caf $TARBALL $PACKAGE-$VERSION fi cd $src/pcsxr ./configure \