wok-current rev 19298
rev: AstroMenace (again)
author | Leonardo Laporte <hackdorte@sapo.pt> |
---|---|
date | Sat Jul 09 07:32:04 2016 -0300 (2016-07-09) |
parents | 8ae0a3d6a06f |
children | c6ff64491e71 |
files | astromenace/receipt |
line diff
1.1 --- a/astromenace/receipt Sat Jul 09 06:23:42 2016 -0300 1.2 +++ b/astromenace/receipt Sat Jul 09 07:32:04 2016 -0300 1.3 @@ -13,17 +13,18 @@ 1.4 1.5 TAGS="arcade game" 1.6 1.7 -DEPENDS="libsdl libogg libvorbis libglu-mesa openal freealut \ 1.8 +DEPENDS="cmake libsdl libogg libvorbis libglu-mesa openal freealut \ 1.9 xorg-libXinerama freetype" 1.10 1.11 -BUILD_DEPENDS="libsdl-dev libogg-dev libvorbis-dev libglu-mesa-dev \ 1.12 +BUILD_DEPENDS="gcc cmake make libsdl-dev libogg-dev libvorbis-dev libglu-mesa-dev \ 1.13 openal-dev freealut-dev xorg-libXinerama-dev freetype-dev" 1.14 1.15 # Rules to configure and make the package. 1.16 compile_rules() 1.17 { 1.18 1.19 -cmake ./ 1.20 +cd $src 1.21 +cmake . 1.22 make 1.23 1.24 }