wok-next rev 20040

Up fceux (2.2.3)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Oct 22 20:21:14 2017 +0200 (2017-10-22)
parents 32c34bb0db31
children eb78b866a5de
files fceux/receipt
line diff
     1.1 --- a/fceux/receipt	Sun Oct 22 19:28:56 2017 +0200
     1.2 +++ b/fceux/receipt	Sun Oct 22 20:21:14 2017 +0200
     1.3 @@ -1,28 +1,24 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="fceux"
     1.7 -VERSION="2.1.5"
     1.8 +VERSION="2.2.3"
     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  LICENSE="GPL2"
    1.13 -TARBALL="$PACKAGE-$VERSION.src.tar.bz2"
    1.14 +TARBALL="$PACKAGE-$VERSION.src.tar.gz"
    1.15  WEB_SITE="http://fceux.com/web/home.html"
    1.16 -WGET_URL="$SF_MIRROR/fceultra/$TARBALL"
    1.17 +WGET_URL="$SF_MIRROR/fceultra/Source%20Code/$VERSION%20src/$TARBALL"
    1.18  TAGS="emulator nes"
    1.19  
    1.20  DEPENDS="libsdl lua gtk+"
    1.21 -BUILD_DEPENDS="scons mesa-dev libsdl-dev lua-dev gtk+-dev zlib-dev"
    1.22 +BUILD_DEPENDS="scons mesa-dev libsdl-dev lua-dev gtk+-dev zlib-dev \
    1.23 +elfutils-dev libglu-mesa-dev"
    1.24  
    1.25  # Rules to configure and make the package.
    1.26  compile_rules()
    1.27  {
    1.28 -	cd $src
    1.29 -	# Binutils 2.22 break many packages build without LDFLAGS set correctly.
    1.30 -	export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries -lX11"
    1.31 -	sed -i 's/void\* gzfile/gzFile_s* gzfile/' src/file.cpp
    1.32  	scons
    1.33 -
    1.34  	sed -i "s|/usr/local|$DESTDIR/usr|" SConstruct
    1.35  	scons install
    1.36  }
    1.37 @@ -33,4 +29,3 @@
    1.38  	mkdir -p $fs/usr
    1.39  	cp -a $install/usr/bin $fs/usr
    1.40  }
    1.41 -