mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-24 09:08:53 +02:00
vectoroids, fix references to libSDL*, enable x86_64 (#4075)
This commit is contained in:
committed by
waddlesplash
parent
2f8ff098af
commit
631bec48fe
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user