aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/mokomaze/mokomaze_0.5.1.bb
blob: 56ffc356e425320197f48016341e641a7915bd23 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
DESCRIPTION="Classic game where you control a steel ball by tilting a wooden labyrinth"
HOMEPAGE="http://mokomaze.projects.openmoko.org/"
SECTION="x11/games"
PRIORITY="optional"
LICENSE="GPLv3"
DEPENDS="libsdl-ttf libsdl-image ode"
RDEPENDS="ttf-liberation-mono libpng"

PR="r7"
SRC_URI="http://projects.openmoko.org/frs/download.php/813/${PN}-${PV}.tar.gz \
         file://avoid_dim_suspend.patch;patch=1"

S=${WORKDIR}/${PN}-${PV}

inherit autotools

EXTRA_OECONF="FONTDIR=${datadir}/fonts/truetype"

# needed for ode
LDFLAGS += "-lstdc++"