wok rev 23204

updated mupen64plus (2.5 -> 2.5.9)
author Hans-G?nter Theisgen
date Sat Mar 21 09:55:24 2020 +0100 (2020-03-21)
parents 4b36ab6df5c7
children 4b75628b23a6
files mupen64plus/receipt
line diff
     1.1 --- a/mupen64plus/receipt	Fri Mar 20 17:40:15 2020 +0100
     1.2 +++ b/mupen64plus/receipt	Sat Mar 21 09:55:24 2020 +0100
     1.3 @@ -1,26 +1,30 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="mupen64plus"
     1.7 -VERSION="2.5"
     1.8 +VERSION="2.5.9"
     1.9  CATEGORY="games"
    1.10 +TAGS="emulator nintendo64"
    1.11  SHORT_DESC="Nintendo64 Emulator"
    1.12  MAINTAINER="slaxemulator@gmail.com"
    1.13  LICENSE="GPL2"
    1.14 +WEB_SITE="http://www.mupen64plus.org/"
    1.15 +
    1.16  TARBALL="$PACKAGE-bundle-src-$VERSION.tar.gz"
    1.17 -WEB_SITE="http://www.mupen64plus.org/"
    1.18  WGET_URL="https://github.com/mupen64plus/mupen64plus-core/releases/download/$VERSION/$TARBALL"
    1.19 -TAGS="emulator nintendo64"
    1.20  
    1.21 -DEPENDS="bzlib freetype libboost-filesystem libglu-mesa libsamplerate libsdl \
    1.22 -speex"
    1.23 -BUILD_DEPENDS="gtk+-dev libboost-filesystem-dev libglu-mesa libglu-mesa-dev \
    1.24 -libsamplerate-dev libsdl-dev libsdl-ttf-dev mesa-dev speex-dev yasm zlib-dev"
    1.25 +DEPENDS="bzlib freetype libboost-filesystem libglu-mesa libsamplerate libsdl2 
    1.26 +	speex"
    1.27 +BUILD_DEPENDS="gtk+-dev libboost-filesystem-dev libglu-mesa libglu-mesa-dev 
    1.28 +	libsamplerate-dev libsdl2-dev libsdl-ttf-dev mesa-dev nasm speex-dev 
    1.29 +	yasm zlib-dev"
    1.30  
    1.31  # Rules to configure and make the package.
    1.32  compile_rules()
    1.33  {
    1.34  	find $src -name Makefile | xargs sed -i 's|uname -m|echo i486|'
    1.35 -	export PREFIX=/usr DESTDIR=$install
    1.36 +	export	PREFIX=/usr
    1.37 +	export	DESTDIR=$install
    1.38 +
    1.39  	./m64p_build.sh &&
    1.40  	./m64p_install.sh
    1.41  }
    1.42 @@ -28,7 +32,7 @@
    1.43  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.44  genpkg_rules()
    1.45  {
    1.46 -	cp -a $install/* $fs
    1.47 -	rm -r $fs/usr/include
    1.48 +	cp -a $install/*	$fs
    1.49 +	rm -r			$fs/usr/include
    1.50  	find $fs -name '*.so*' -exec chmod a+x \{\} \;
    1.51  }