wok diff lsdvd/receipt @ rev 8121

Fixed pcsxr-svn to use lzma-alone instead of lzma wrapper script. Turns out the lzma wrapper script for xz is incompatible with lzma-alone compression. Also lzma-alone compress better.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon Jan 24 00:57:47 2011 +0000 (2011-01-24)
parents a075ff895254
children 02bbaa9d12ba
line diff
     1.1 --- a/lsdvd/receipt	Tue May 13 09:50:02 2008 +0200
     1.2 +++ b/lsdvd/receipt	Mon Jan 24 00:57:47 2011 +0000
     1.3 @@ -16,9 +16,11 @@
     1.4  compile_rules()
     1.5  {
     1.6  	cd $src
     1.7 -	patch -p1 -i ../stuff/lsdvd-0.16-configure.patch
     1.8 -	./configure --prefix=/usr $CONFIGURE_ARGS
     1.9 -	make
    1.10 +	[ -f done.lsdvd-0.16-configure.patch ] ||
    1.11 +		patch -p1 -i ../stuff/lsdvd-0.16-configure.patch
    1.12 +	touch done.lsdvd-0.16-configure.patch
    1.13 +	./configure --prefix=/usr $CONFIGURE_ARGS &&
    1.14 +	make &&
    1.15  	make DESTDIR=$PWD/_pkg install
    1.16  }
    1.17