wok diff mupen64plus/receipt @ rev 12753

dosbox: fix compile_rules
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri May 11 13:42:55 2012 +0200 (2012-05-11)
parents 1ac39c4ea23a
children a0250385f2a5
line diff
     1.1 --- a/mupen64plus/receipt	Tue Oct 19 04:13:39 2010 +0000
     1.2 +++ b/mupen64plus/receipt	Fri May 11 13:42:55 2012 +0200
     1.3 @@ -15,14 +15,13 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -	src=$WOK/$PACKAGE/$SOURCE-${VERSION//./-}-src
     1.8  	cd $src
     1.9  
    1.10  	# patching (provided by Yggdrasil) Thanks! Will remove when new version of mupen64plus comes out.
    1.11 -	patch -Np1 -i ../stuff/const.patch
    1.12 -	patch -Np1 -i ../stuff/blight-input-linking.patch
    1.13 +	patch -Np1 -i $stuff/const.patch
    1.14 +	patch -Np1 -i $stuff/blight-input-linking.patch
    1.15  	# thanks to debian for having a patch :) http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=577329
    1.16 -	patch -Np1 -i ../stuff/ftbfs-gvariant-type-conflicts.patch
    1.17 +	patch -Np1 -i $stuff/ftbfs-gvariant-type-conflicts.patch
    1.18  
    1.19  	make PREFIX=/usr all
    1.20  	mkdir -p $PWD/_pkg/usr/bin
    1.21 @@ -32,7 +31,6 @@
    1.22  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.23  genpkg_rules()
    1.24  {
    1.25 -	_pkg=$WOK/$PACKAGE/$SOURCE-${VERSION//./-}-src/_pkg
    1.26  	mkdir -p $fs/usr/share
    1.27  	cp -a $_pkg/usr/bin $fs/usr
    1.28  	cp -a $_pkg/usr/share/mupen64plus $fs/usr/share