cyberdogs-sdl, fix references to libSDL* and git date (#3959)

This commit is contained in:
Schrijvers Luc
2019-06-29 14:11:18 +02:00
committed by Jérôme Duval
parent 4dcba037dd
commit f28746d8f9

View File

@@ -4,7 +4,7 @@ For a DOS game, the graphics are pretty good. It also comes with a map editor."
HOMEPAGE="https://github.com/lmartinking/cdogs-sdl"
COPYRIGHT="2008-2010 Lucas Martin-King"
LICENSE="GNU GPL v2"
REVISION="1"
REVISION="2"
srcGitRev="7f9f4d98b5c8ed38dd73ca210aaa6bd22c8f8562"
SOURCE_URI="https://github.com/lmartinking/cdogs-sdl/archive/$srcGitRev.tar.gz"
CHECKSUM_SHA256="6645be46d9266d74b29886b7505b99236991f449d3a51470e0c071ffcd176ce1"
@@ -24,14 +24,14 @@ PROVIDES="
"
REQUIRES="
haiku
lib:libsdl
lib:libsdl_mixer
lib:libSDL_1.2
lib:libSDL_mixer_1.2
"
BUILD_REQUIRES="
haiku_devel
devel:libsdl
devel:libsdl_mixer
devel:libSDL
devel:libSDL_mixer
"
BUILD_PREREQUIRES="
cmd:gcc