wok rev 12126

up fceux 2.1.5 (thank Godane)
author Antoine Bodin <gokhlayeh@slitaz.org>
date Tue Mar 13 03:22:07 2012 +0100 (2012-03-13)
parents 1c9a0f9f7ad6
children 705fe5fc7554
files fceux/receipt
line diff
     1.1 --- a/fceux/receipt	Tue Mar 13 03:03:27 2012 +0100
     1.2 +++ b/fceux/receipt	Tue Mar 13 03:22:07 2012 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="fceux"
     1.7 -VERSION="2.1.4a"
     1.8 +VERSION="2.1.5"
     1.9  CATEGORY="games"
    1.10  SHORT_DESC="A fast and ultra-compatible NES/Famicom emulator with SDL, OpenGL and SVGALIB support"
    1.11  MAINTAINER="slaxemulator@gmail.com"
    1.12 @@ -15,10 +15,9 @@
    1.13  compile_rules()
    1.14  {
    1.15  	cd $src
    1.16 -	sed -i 's/void\* gzfile/gzFile_s* gzfile/' src/file.cpp
    1.17  	scons
    1.18  
    1.19 -	sed -i "s|/usr/local|$PWD/_pkg/usr|" SConstruct
    1.20 +	sed -i "s|/usr/local|$DESTDIR/usr|" SConstruct
    1.21  	scons install
    1.22  }
    1.23