diff --git a/games-arcade/vectoroids/vectoroids-1.1.0.recipe b/games-arcade/vectoroids/vectoroids-1.1.0.recipe index 57b9cb1b0..dfbcafb2a 100644 --- a/games-arcade/vectoroids/vectoroids-1.1.0.recipe +++ b/games-arcade/vectoroids/vectoroids-1.1.0.recipe @@ -7,11 +7,11 @@ and high-quality sound effects." HOMEPAGE="http://www.newbreedsoftware.com/vectoroids/" COPYRIGHT="2001-2002 Bill Kendrick" LICENSE="GNU GPL v2" -REVISION=1 +REVISION="2" SOURCE_URI="ftp://ftp.tuxpaint.org/unix/x/vectoroids/src/vectoroids-1.1.0.tar.gz" CHECKSUM_SHA256="8d14dd281767e994108abd77c8e67d5a17718d0ad1e34d37e026911d14697b2e" -ARCHITECTURES="x86_gcc2 ?x86" +ARCHITECTURES="x86_gcc2 ?x86 x86_64" PROVIDES=" vectoroids = $portVersion @@ -19,14 +19,14 @@ PROVIDES=" " REQUIRES=" haiku - lib:libsdl - lib:libSDL_image - lib:libSDL_mixer + lib:libSDL_1.2 + lib:libSDL_image_1.2 + lib:libSDL_mixer_1.2 " BUILD_REQUIRES=" haiku_devel - devel:libsdl + devel:libSDL devel:libSDL_image devel:libSDL_mixer " @@ -52,4 +52,5 @@ INSTALL() { mkdir -p $binDir make install $makeArgs + addAppDeskbarSymlink $binDir/vectoroids Vectoroids }