vectoroids, fix references to libSDL*, enable x86_64 (#4075)

This commit is contained in:
Schrijvers Luc
2019-08-10 17:45:23 +02:00
committed by waddlesplash
parent 2f8ff098af
commit 631bec48fe

View File

@@ -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
}