summaryrefslogtreecommitdiff
path: root/recipes/toppler/toppler_1.1.3.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/toppler/toppler_1.1.3.bb')
-rw-r--r--recipes/toppler/toppler_1.1.3.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes/toppler/toppler_1.1.3.bb b/recipes/toppler/toppler_1.1.3.bb
new file mode 100644
index 0000000000..daba758369
--- /dev/null
+++ b/recipes/toppler/toppler_1.1.3.bb
@@ -0,0 +1,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"
+