# HG changeset patch # User Antoine Bodin # Date 1297634276 -3600 # Node ID e3a55b50358b8839ac44ef486d3896bc0e154c62 # Parent 12eaed8b0078319d16f08750d30eed2c88f7b3bf imported patch get/pcsxr-svn diff -r 12eaed8b0078 -r e3a55b50358b pcsxr-svn/receipt --- a/pcsxr-svn/receipt Sun Feb 13 22:57:56 2011 +0100 +++ b/pcsxr-svn/receipt Sun Feb 13 22:57:56 2011 +0100 @@ -9,19 +9,12 @@ BUILD_DEPENDS="glib-dev libcdio libcdio-dev libglade-dev gtk+-dev xorg-libXtst xorg-libXtst-dev xorg-libXv xorg-libXv-dev mesa-dev \ zlib-dev libsdl libsdl-dev subversion nasm gettext intltool sed lzma" WEB_SITE="http://pcsxr.codeplex.com/" +WGET_URL="subversion|https://pcsxr.svn.codeplex.com/svn/pcsxr" +BRANCH="$VERSION" # Rules to configure and make the package. compile_rules() { - [ -d "$PACKAGE-$VERSION" ] && rm -rf $PACKAGE-$VERSION - TARBALL=$SOURCES_REPOSITORY/$PACKAGE-$VERSION.tar.lzma - if [ -f $TARBALL ]; then - unlzma -c $TARBALL | tar xf - - else - echo "Cloning revision $VERSION from subversion repository..." - echo "t" | svn co https://pcsxr.svn.codeplex.com/svn/pcsxr -r $VERSION $PACKAGE-$VERSION - tar cf - $PACKAGE-$VERSION | lzma e $TARBALL -si - fi cd $src ./autogen.sh \ --prefix=/usr \