mirror of
https://github.com/cazfi/meta-games.git
synced 2026-01-30 01:18:41 +01:00
etr: Drop 0.6.0 recipe
Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
This commit is contained in:
@@ -1,31 +0,0 @@
|
||||
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/releases/${PV}/etr-${PV}.tar.xz \
|
||||
file://0001-find-libgl-and-libglu-by-pkg-config.patch \
|
||||
file://0002-find-sdl-by-pkg-config.patch \
|
||||
file://ftconfigure.patch \
|
||||
file://pkg.m4"
|
||||
|
||||
SRC_URI[md5sum] = "c85690864b14f9d422b73025cb01aa8d"
|
||||
SRC_URI[sha256sum] = "44312719a1e9aa33e5aa0c8ad50bb52df702d64fd2d16bf2abda62ee27bf893a"
|
||||
|
||||
DEPENDS = "libsdl virtual/libgl libglu libsdl-image libsdl-mixer freetype"
|
||||
|
||||
B = "${WORKDIR}/build"
|
||||
|
||||
EXTRA_OECONF = "\
|
||||
SDL_CONFIG=${STAGING_BINDIR_CROSS}/sdl-config \
|
||||
"
|
||||
|
||||
inherit autotools
|
||||
|
||||
do_configure_prepend() {
|
||||
cp ${WORKDIR}/pkg.m4 ${S}/m4/
|
||||
}
|
||||
Reference in New Issue
Block a user