wok rev 19301

astromenace: update bdeps; genpkg_rules is launch without any bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jul 09 18:39:35 2016 +0200 (2016-07-09)
parents 731400f60dfd
children 697186cadac0
files astromenace/receipt
line diff
     1.1 --- a/astromenace/receipt	Sat Jul 09 16:05:29 2016 +0300
     1.2 +++ b/astromenace/receipt	Sat Jul 09 18:39:35 2016 +0200
     1.3 @@ -17,7 +17,7 @@
     1.4  xorg-libXinerama freetype"
     1.5  
     1.6  BUILD_DEPENDS="gcc cmake make libsdl-dev libogg-dev libvorbis-dev libglu-mesa-dev \
     1.7 -openal-dev freealut-dev xorg-libXinerama-dev freetype-dev"
     1.8 +openal-dev freealut-dev xorg-libXinerama-dev freetype-dev mesa-dev"
     1.9  
    1.10  # Rules to configure and make the package.
    1.11  compile_rules()
    1.12 @@ -26,7 +26,7 @@
    1.13  cd $src
    1.14  cmake .
    1.15  make
    1.16 -
    1.17 +./AstroMenace --pack --rawdata=./RAW_VFS_DATA
    1.18  }
    1.19  
    1.20  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.21 @@ -37,7 +37,6 @@
    1.22  GAME_DIR="usr/games/$GAME"
    1.23  
    1.24  mkdir -p $install/$GAME_DIR
    1.25 -cd $src && ./$GAME --pack --rawdata=./RAW_VFS_DATA
    1.26  
    1.27  chmod +x $src/$GAME
    1.28