blob: daba7583695bd0f102073f5711d59bce316c8bf1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
DESCRIPTION = "A game where you have to climb a tower and avoid different obstacles."
SECTION = "games"
PRIORITY = "optional"
DEPENDS = "zlib virtual/libsdl libsdl-mixer"
LICENSE = "GPL"
PR = "r0"
SRC_URI = "\
${SOURCEFORGE_MIRROR}/toppler/toppler-${PV}.tar.gz \
"
inherit autotools
EXTRA_OECONF = "--disable-sdltest"
|