# HG changeset patch # User Antoine Bodin # Date 1331605327 -3600 # Node ID c66f76c2afc9656505c0bce09dac67fcd19c4814 # Parent 1c9a0f9f7ad60856728d342b45cac8161796e29e up fceux 2.1.5 (thank Godane) diff -r 1c9a0f9f7ad6 -r c66f76c2afc9 fceux/receipt --- a/fceux/receipt Tue Mar 13 03:03:27 2012 +0100 +++ b/fceux/receipt Tue Mar 13 03:22:07 2012 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="fceux" -VERSION="2.1.4a" +VERSION="2.1.5" CATEGORY="games" SHORT_DESC="A fast and ultra-compatible NES/Famicom emulator with SDL, OpenGL and SVGALIB support" MAINTAINER="slaxemulator@gmail.com" @@ -15,10 +15,9 @@ compile_rules() { cd $src - sed -i 's/void\* gzfile/gzFile_s* gzfile/' src/file.cpp scons - sed -i "s|/usr/local|$PWD/_pkg/usr|" SConstruct + sed -i "s|/usr/local|$DESTDIR/usr|" SConstruct scons install }