mirror of
https://github.com/cazfi/meta-games.git
synced 2026-09-12 03:49:31 +02:00
etr: add release 0.6-beta2
Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
This commit is contained in:
23
recipes-games/etr/etr_0.6-beta2.bb
Normal file
23
recipes-games/etr/etr_0.6-beta2.bb
Normal file
@@ -0,0 +1,23 @@
|
||||
SUMMARY = "High speed arctic racing game based on Tux Racer."
|
||||
DESCRIPTION = " "
|
||||
|
||||
LICENSE = "GPLv2+"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3"
|
||||
|
||||
SECTION = "games"
|
||||
|
||||
SRC_URI = "http://sourceforge.net/projects/extremetuxracer/files/pre-releases/etr-${PV}.tar.xz"
|
||||
|
||||
SRC_URI[md5sum] = "0226cc111a232b412a9dc307fffca0d7"
|
||||
SRC_URI[sha256sum] = "5c1c58d93fd9ded6aa79c66b9fc82834aa943606fcf6406215e8af6b5f2ecf2e"
|
||||
|
||||
DEPENDS = "libsdl virtual/libgl libglu libsdl-image libsdl-mixer"
|
||||
|
||||
B = "${WORKDIR}/build"
|
||||
|
||||
EXTRA_OECONF = "\
|
||||
SDL_CONFIG=${STAGING_BINDIR_CROSS}/sdl-config \
|
||||
FT2_CONFIG=${STAGING_BINDIR_CROSS}/freetype-config \
|
||||
"
|
||||
|
||||
inherit autotools
|
||||
Reference in New Issue
Block a user