wok rev 8571

imported patch get/pcsxr-svn
author Antoine Bodin <gokhlayeh@slitaz.org>
date Sun Feb 13 22:57:56 2011 +0100 (2011-02-13)
parents 12eaed8b0078
children 102de15fea8d
files pcsxr-svn/receipt
line diff
     1.1 --- a/pcsxr-svn/receipt	Sun Feb 13 22:57:56 2011 +0100
     1.2 +++ b/pcsxr-svn/receipt	Sun Feb 13 22:57:56 2011 +0100
     1.3 @@ -9,19 +9,12 @@
     1.4  BUILD_DEPENDS="glib-dev libcdio libcdio-dev libglade-dev gtk+-dev xorg-libXtst xorg-libXtst-dev xorg-libXv xorg-libXv-dev mesa-dev \
     1.5  zlib-dev libsdl libsdl-dev subversion nasm gettext intltool sed lzma"
     1.6  WEB_SITE="http://pcsxr.codeplex.com/"
     1.7 +WGET_URL="subversion|https://pcsxr.svn.codeplex.com/svn/pcsxr"
     1.8 +BRANCH="$VERSION"
     1.9  
    1.10  # Rules to configure and make the package.
    1.11  compile_rules()
    1.12  {
    1.13 -	[ -d "$PACKAGE-$VERSION" ] && rm -rf $PACKAGE-$VERSION
    1.14 -	TARBALL=$SOURCES_REPOSITORY/$PACKAGE-$VERSION.tar.lzma
    1.15 -	if [ -f $TARBALL ]; then
    1.16 -		unlzma -c $TARBALL | tar xf -
    1.17 -	else
    1.18 -		echo "Cloning revision $VERSION from subversion repository..."
    1.19 -		echo "t" | svn co https://pcsxr.svn.codeplex.com/svn/pcsxr -r $VERSION $PACKAGE-$VERSION
    1.20 -		tar cf - $PACKAGE-$VERSION | lzma e $TARBALL -si
    1.21 -	fi
    1.22  	cd $src
    1.23  	./autogen.sh \
    1.24  		--prefix=/usr \