wok-next diff scummvm/receipt @ rev 21020

Cleaning is almost finished... I should proceed to upgrades.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Nov 02 14:15:08 2018 +0200 (2018-11-02)
parents 7506b35e1c6f
children 0f2575775b2d
line diff
     1.1 --- a/scummvm/receipt	Mon Aug 13 00:47:17 2018 +0300
     1.2 +++ b/scummvm/receipt	Fri Nov 02 14:15:08 2018 +0200
     1.3 @@ -5,7 +5,7 @@
     1.4  CATEGORY="games"
     1.5  SHORT_DESC="A 'virtual machine' for several classic graphical point-and-click \
     1.6  adventure games"
     1.7 -MAINTAINER="admin@trixarian.net"
     1.8 +MAINTAINER="devel@slitaz.org"
     1.9  LICENSE="GPL2"
    1.10  WEB_SITE="https://www.scummvm.org/"
    1.11  
    1.12 @@ -14,7 +14,6 @@
    1.13  
    1.14  BUILD_DEPENDS="alsa-lib-dev libmad-dev libmpeg2-dev libogg-dev libsdl-dev \
    1.15  libvorbis-dev flac-dev zlib-dev"
    1.16 -CROSS="bug: Doesn't support --build."
    1.17  
    1.18  compile_rules() {
    1.19  	./configure \
    1.20 @@ -25,10 +24,11 @@
    1.21  		--with-flac-prefix=/usr \
    1.22  		--disable-fluidsynth \
    1.23  		--host=$HOST_SYSTEM &&
    1.24 -	make && make install || return 1
    1.25 +	make &&
    1.26 +	make install || return 1
    1.27  
    1.28 -	mkdir -p $DESTDIR/usr/share/applications
    1.29 -	cp -a dists/scummvm.desktop $DESTDIR/usr/share/applications
    1.30 +	mkdir -p $install/usr/share/applications
    1.31 +	cp -a dists/scummvm.desktop $install/usr/share/applications
    1.32  }
    1.33  
    1.34  genpkg_rules() {