toppler 1.1.3: New recipe.
authorRobert Schuster <thebohemian@gmx.net>
Fri, 27 Mar 2009 15:37:05 +0000 (16:37 +0100)
committerRobert Schuster <thebohemian@gmx.net>
Fri, 27 Mar 2009 15:37:33 +0000 (16:37 +0100)
recipes/toppler/toppler_1.1.3.bb [new file with mode: 0644]

diff --git a/recipes/toppler/toppler_1.1.3.bb b/recipes/toppler/toppler_1.1.3.bb
new file mode 100644 (file)
index 0000000..daba758
--- /dev/null
@@ -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"
+