mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-03 13:38:52 +02:00
super_transball, fix references to libSDL* (#4070)
This commit is contained in:
committed by
Jérôme Duval
parent
15d7db467d
commit
ef38fe05c7
@@ -8,13 +8,13 @@ will try to make your journey difficult as well..."
|
|||||||
HOMEPAGE="http://www2.braingames.getput.com/stransball2/default.asp"
|
HOMEPAGE="http://www2.braingames.getput.com/stransball2/default.asp"
|
||||||
COPYRIGHT="2003-2005 Brain Games"
|
COPYRIGHT="2003-2005 Brain Games"
|
||||||
LICENSE="GNU GPL v2"
|
LICENSE="GNU GPL v2"
|
||||||
REVISION="3"
|
REVISION="4"
|
||||||
SOURCE_URI="http://www2.braingames.getput.com/stransball2/downloads/stransball2-v15-windows.zip"
|
SOURCE_URI="http://www2.braingames.getput.com/stransball2/downloads/stransball2-v15-windows.zip"
|
||||||
CHECKSUM_SHA256="644cf89c8b7084abe0451ff433db25b41e43da77d5d92edad8253baf48b018db"
|
CHECKSUM_SHA256="644cf89c8b7084abe0451ff433db25b41e43da77d5d92edad8253baf48b018db"
|
||||||
SOURCE_DIR="stransball2"
|
SOURCE_DIR="stransball2"
|
||||||
PATCHES="super_transball-$portVersion.patchset"
|
PATCHES="super_transball-$portVersion.patchset"
|
||||||
|
|
||||||
ARCHITECTURES="x86_gcc2"
|
ARCHITECTURES="x86_gcc2 ?x86 ?x86_64"
|
||||||
|
|
||||||
PROVIDES="
|
PROVIDES="
|
||||||
super_transball = $portVersion
|
super_transball = $portVersion
|
||||||
@@ -22,20 +22,20 @@ PROVIDES="
|
|||||||
"
|
"
|
||||||
REQUIRES="
|
REQUIRES="
|
||||||
haiku
|
haiku
|
||||||
lib:libsdl$secondaryArchSuffix
|
lib:libSDL_1.2
|
||||||
lib:libSDL_image$secondaryArchSuffix
|
lib:libSDL_image_1.2
|
||||||
lib:libSDL_mixer$secondaryArchSuffix
|
lib:libSDL_mixer_1.2
|
||||||
lib:libSDL_sound$secondaryArchSuffix
|
lib:libSDL_sound_1.0
|
||||||
lib:libSGE$secondaryArchSuffix
|
lib:libSGE
|
||||||
"
|
"
|
||||||
|
|
||||||
BUILD_REQUIRES="
|
BUILD_REQUIRES="
|
||||||
haiku_devel
|
haiku_devel
|
||||||
devel:libsdl$secondaryArchSuffix
|
devel:libSDL
|
||||||
devel:libSDL_image$secondaryArchSuffix
|
devel:libSDL_image
|
||||||
devel:libSDL_mixer$secondaryArchSuffix
|
devel:libSDL_mixer
|
||||||
devel:libSDL_sound$secondaryArchSuffix
|
devel:libSDL_sound
|
||||||
devel:libSGE$secondaryArchSuffix
|
devel:libSGE
|
||||||
"
|
"
|
||||||
BUILD_PREREQUIRES="
|
BUILD_PREREQUIRES="
|
||||||
cmd:gcc
|
cmd:gcc
|
||||||
|
|||||||
Reference in New Issue
Block a user