wok diff mupen64plus/receipt @ rev 23825
Up cryptsetup (2.3.3)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu May 28 13:19:51 2020 +0000 (2020-05-28) |
parents | 238f49914432 |
children | 5ea0ce1cecc0 |
line diff
1.1 --- a/mupen64plus/receipt Sat Feb 24 15:49:51 2018 +0100 1.2 +++ b/mupen64plus/receipt Thu May 28 13:19:51 2020 +0000 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 }