wok diff mupen64plus/receipt @ rev 14192
Up: emacs-lisp-sources (24.3)
author | Dominique Corbex <domcox@slitaz.org> |
---|---|
date | Tue Mar 12 23:02:56 2013 +0100 (2013-03-12) |
parents | a0250385f2a5 |
children | bb009a6ef036 |
line diff
1.1 --- a/mupen64plus/receipt Fri Jun 15 15:24:09 2012 +0200 1.2 +++ b/mupen64plus/receipt Tue Mar 12 23:02:56 2013 +0100 1.3 @@ -5,14 +5,16 @@ 1.4 CATEGORY="games" 1.5 SHORT_DESC="Nintendo64 Emulator" 1.6 MAINTAINER="slaxemulator@gmail.com" 1.7 -DEPENDS="gtk+ mesa libglu-mesa libsamplerate libsdl-ttf" 1.8 -BUILD_DEPENDS="gtk+-dev mesa-dev libglu-mesa libsamplerate-dev libsdl-dev libsdl-ttf-dev yasm pkg-config zlib-dev" 1.9 SOURCE="Mupen64Plus" 1.10 TARBALL="$SOURCE-${VERSION//./-}-src.tar.gz" 1.11 WEB_SITE="http://code.google.com/p/mupen64plus/" 1.12 WGET_URL="http://mupen64plus.googlecode.com/files/$TARBALL" 1.13 TAGS="emulator nintendo64" 1.14 1.15 +DEPENDS="gtk+ mesa libglu-mesa libsamplerate libsdl-ttf" 1.16 +BUILD_DEPENDS="gtk+-dev mesa-dev libglu-mesa libglu-mesa-dev libsamplerate-dev \ 1.17 +libsdl-dev libsdl-ttf-dev yasm pkg-config zlib-dev" 1.18 + 1.19 # Rules to configure and make the package. 1.20 compile_rules() 1.21 { 1.22 @@ -25,16 +27,16 @@ 1.23 patch -Np1 -i $stuff/ftbfs-gvariant-type-conflicts.patch 1.24 1.25 make PREFIX=/usr all 1.26 - mkdir -p $PWD/_pkg/usr/bin 1.27 - make PREFIX=$PWD/_pkg/usr install 1.28 + mkdir -p $DESTDIR/usr/bin 1.29 + make PREFIX=$DESTDIR/usr install 1.30 } 1.31 1.32 # Rules to gen a SliTaz package suitable for Tazpkg. 1.33 genpkg_rules() 1.34 { 1.35 mkdir -p $fs/usr/share 1.36 - cp -a $_pkg/usr/bin $fs/usr 1.37 - cp -a $_pkg/usr/share/mupen64plus $fs/usr/share 1.38 - cp -a $_pkg/usr/share/applications $fs/usr/share 1.39 + cp -a $install/usr/bin $fs/usr 1.40 + cp -a $install/usr/share/mupen64plus $fs/usr/share 1.41 + cp -a $install/usr/share/applications $fs/usr/share 1.42 } 1.43