mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
giddy3: fix references to libSDL*(#4021)
This commit is contained in:
committed by
Sergei Reznikov
parent
07c8365187
commit
2ea85f1d5e
@@ -9,14 +9,14 @@ good egg, who has to save the world from aliens, intent on taking over the \
|
||||
world with giant robot stompers!"
|
||||
HOMEPAGE="http://www.retroleum.co.uk/giddy3/"
|
||||
COPYRIGHT="2000 Phil Rouston
|
||||
2009-2014 Peter Gordon"
|
||||
2009-2015 Peter Gordon"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="3"
|
||||
SOURCE_URI="https://github.com/pete-gordon/Giddy-3/archive/v1_5.tar.gz"
|
||||
CHECKSUM_SHA256="8938aa949268f0f300ff08aca246e378979169c79b3facbf020fce87c265e53f"
|
||||
SOURCE_FILENAME="giddy3-v1.5.tar.gz"
|
||||
SOURCE_DIR="Giddy-3-1_5"
|
||||
PATCHES="giddy3-1.5.patchset"
|
||||
REVISION="4"
|
||||
srcGitRev="8a878a6bbd4e1792445b9f98862a198e5dd85c15"
|
||||
SOURCE_URI="https://github.com/pete-gordon/Giddy-3/archive/$srcGitRev.tar.gz"
|
||||
CHECKSUM_SHA256="737a5e7010c368eb79cfe39a287014c1f473ddb9545f88c632be8e460bd657ab"
|
||||
SOURCE_FILENAME="giddy3-$portVersion-$srcGitRev.tar.gz"
|
||||
SOURCE_DIR="Giddy-3-$srcGitRev"
|
||||
ADDITIONAL_FILES="giddy3.rdef.in"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
@@ -27,16 +27,16 @@ PROVIDES="
|
||||
"
|
||||
REQUIRES="
|
||||
haiku
|
||||
lib:libgl
|
||||
lib:libsdl
|
||||
lib:libsdl_mixer
|
||||
lib:libGL
|
||||
lib:libSDL_1.2
|
||||
lib:libSDL_mixer_1.2
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
devel:libglu
|
||||
devel:libsdl
|
||||
devel:libsdl_mixer
|
||||
devel:libGLU
|
||||
devel:libSDL
|
||||
devel:libSDL_mixer
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:gcc
|
||||
|
||||
Reference in New Issue
Block a user