wok-current diff scummvm/receipt @ rev 6674

Up busybox (1.17.3) with make 3.82 support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Oct 12 16:37:45 2010 +0200 (2010-10-12)
parents 92668334447c
children 400719117500
line diff
     1.1 --- a/scummvm/receipt	Mon Sep 27 18:03:47 2010 +0200
     1.2 +++ b/scummvm/receipt	Tue Oct 12 16:37:45 2010 +0200
     1.3 @@ -18,6 +18,7 @@
     1.4  	./configure \
     1.5  		--prefix=/usr \
     1.6  		--mandir=/usr/share/man \
     1.7 +		--datadir=/usr/games \
     1.8  		--backend=sdl --disable-debug \
     1.9  		--with-mpeg2-prefix=/usr \
    1.10  		--with-flac-prefix=/usr \
    1.11 @@ -28,9 +29,9 @@
    1.12  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.13  genpkg_rules()
    1.14  {
    1.15 -	mkdir -p $fs/usr/share/applications
    1.16 +	mkdir -p $fs/usr/share/applications $fs/usr/games
    1.17  	cp -a $_pkg/usr/bin $fs/usr
    1.18 -	cp -a $_pkg/usr/share/scummvm $fs/usr/share
    1.19 +	cp -a $_pkg/usr/games/scummvm $fs/usr/games
    1.20  	cp -a $src/dists/scummvm.desktop $fs/usr/share/applications
    1.21  }
    1.22