aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/supertux/supertux_0.1.3.bb
blob: b4b81e916bdae257225d178a00b72cf50fdd719f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
DESCRIPTION = "SuperTux is a classic 2D jump'n'run sidescroller game \
in a style similar to the original SuperMario games."
SECTION = "games"
PRIORITY = "optional"
LICENSE = "GPL"
PR = "r5"

RDEPENDS_${PN} += "libmikmod"

APPIMAGE = "${WORKDIR}/supertux.png"
APPDESKTOP = "${WORKDIR}/supertux.desktop"

SRC_URI = "${SOURCEFORGE_MIRROR}/super-tux/supertux-${PV}.tar.bz2 \
#           http://ssel.vub.ac.be/Members/DennisWagelaar/download/zaurus/supertux-0.1.2-fp.patch.gz \
	   file://supertux.png \
	   file://install-no-overwrite.patch \
	   file://compilation-fixes.patch \
	   file://supertux.desktop \
	   "

export SDL_CONFIG = "${STAGING_BINDIR_CROSS}/sdl-config"
EXTRA_OECONF = "--disable-opengl"

inherit autotools sdl

SRC_URI[md5sum] = "f2fc288459f33d5cd8f645fbca737a63"
SRC_URI[sha256sum] = "0092588351776626955339caaa62d12ce5954bb80c5f6952f60a122f53c2ad97"