From: Robert Schuster Date: Fri, 27 Mar 2009 15:37:05 +0000 (+0100) Subject: toppler 1.1.3: New recipe. X-Git-Tag: Release-2010-05/1~1294^2~36^2~105 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f3fdd55a8f525ff59c793c0cbe8f43463021e96f;p=openembedded.git toppler 1.1.3: New recipe. --- 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" +