mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
multitalk, fix requirements to libSDL*
This commit is contained in:
committed by
Adrien Destugues
parent
566820e655
commit
66966e475d
@@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/JohannesBuchner/multitalk"
|
||||
COPYRIGHT="2006-2008 David Ingram
|
||||
2010 Johannes Buchner"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="2"
|
||||
REVISION="3"
|
||||
srcGitRev="5abae62da5dfe5bbdf8c77a22f2622c8fb88103c"
|
||||
SOURCE_URI="https://github.com/JohannesBuchner/multitalk/archive/$srcGitRev.tar.gz"
|
||||
CHECKSUM_SHA256="47d250cbdea4836e8320340da47d2259a18a2fe8bc22d3054d97cd67b68b8546"
|
||||
@@ -21,26 +21,26 @@ ARCHITECTURES="x86_gcc2 x86_64"
|
||||
|
||||
PROVIDES="
|
||||
multitalk = $portVersion
|
||||
cmd:multitalk
|
||||
cmd:multitalk = $portVersion
|
||||
"
|
||||
REQUIRES="
|
||||
haiku
|
||||
libsdl
|
||||
sdl_gfx
|
||||
sdl_image
|
||||
sdl_ttf
|
||||
lib:libSDL_1.2
|
||||
lib:libSDL_gfx
|
||||
lib:libSDL_image_1.2
|
||||
lib:libSDL_ttf_2.0
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
devel:sdl_gfx
|
||||
devel:sdl_image
|
||||
devel:sdl_ttf
|
||||
haiku_devel
|
||||
devel:libSDL
|
||||
devel:libSDL_gfx
|
||||
devel:libSDL_image
|
||||
devel:libSDL_ttf
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
haiku_devel
|
||||
cmd:g++
|
||||
cmd:make
|
||||
cmd:sdl_config
|
||||
"
|
||||
|
||||
BUILD()
|
||||
|
||||
Reference in New Issue
Block a user