mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
eggchess: cleaned up libSDL* dependencies (#4561)
This commit is contained in:
committed by
Jérôme Duval
parent
e9259b36e8
commit
9060881408
@@ -6,7 +6,7 @@ The first one to get three-in-a-row with the same egg form wins."
|
|||||||
HOMEPAGE="https://github.com/HaikuArchives/EggChess/"
|
HOMEPAGE="https://github.com/HaikuArchives/EggChess/"
|
||||||
COPYRIGHT="1999-2000 Anders Lindström"
|
COPYRIGHT="1999-2000 Anders Lindström"
|
||||||
LICENSE="GNU GPL v2"
|
LICENSE="GNU GPL v2"
|
||||||
REVISION="2"
|
REVISION="3"
|
||||||
SOURCE_URI="https://codeload.github.com/HaikuArchives/EggChess/zip/feature"
|
SOURCE_URI="https://codeload.github.com/HaikuArchives/EggChess/zip/feature"
|
||||||
CHECKSUM_SHA256="d195ded635827b4987f2af2142f7fbc97efdde8f22c4cdc80eaac7b5c36497d4"
|
CHECKSUM_SHA256="d195ded635827b4987f2af2142f7fbc97efdde8f22c4cdc80eaac7b5c36497d4"
|
||||||
SOURCE_DIR="EggChess-feature"
|
SOURCE_DIR="EggChess-feature"
|
||||||
@@ -19,14 +19,14 @@ PROVIDES="
|
|||||||
"
|
"
|
||||||
REQUIRES="
|
REQUIRES="
|
||||||
haiku
|
haiku
|
||||||
lib:libsdl
|
lib:libSDL_1.2
|
||||||
lib:libsdl_mixer
|
lib:libSDL_mixer_1.2
|
||||||
"
|
"
|
||||||
|
|
||||||
BUILD_REQUIRES="
|
BUILD_REQUIRES="
|
||||||
haiku_devel
|
haiku_devel
|
||||||
devel:libsdl
|
devel:libSDL_1.2
|
||||||
devel:libsdl_mixer
|
devel:libSDL_mixer_1.2
|
||||||
"
|
"
|
||||||
BUILD_PREREQUIRES="
|
BUILD_PREREQUIRES="
|
||||||
cmd:gcc
|
cmd:gcc
|
||||||
|
|||||||
Reference in New Issue
Block a user