Files
meta-games/recipes-games/etr/etr_0.8.1.bb
Andreas Müller b857d342b4 Change licenses to SPDIX
* Latest oe-core warns with 'Recipe LICENSE includes obsolete licenses GPLv2
  [obsolete-license]'
* Auto changed by oe-cores's script scripts/contrib/convert-spdx-licenses.py

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2022-03-16 22:36:40 +01:00

25 lines
574 B
BlitzBasic

SUMMARY = "High speed arctic racing game based on Tux Racer."
DESCRIPTION = " "
LICENSE = "GPL-2.0-or-later"
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
SECTION = "games"
SRC_URI = " \
${SOURCEFORGE_MIRROR}/project/extremetuxracer/releases/${PV}/etr-${PV}.tar.xz \
file://simple-configure.patch \
"
SRC_URI[sha256sum] = "92da963ed32ab9bff126346edfb9549e871d7c3cec753f4ac5098e0d53c38341"
DEPENDS = "sfml virtual/libgl libglu"
B = "${WORKDIR}/build"
inherit autotools
do_install:append() {
rm -Rf ${D}/${datadir}/appdata
}