From f3fdd55a8f525ff59c793c0cbe8f43463021e96f Mon Sep 17 00:00:00 2001 From: Robert Schuster Date: Fri, 27 Mar 2009 16:37:05 +0100 Subject: toppler 1.1.3: New recipe. --- recipes/toppler/toppler_1.1.3.bb | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 recipes/toppler/toppler_1.1.3.bb (limited to 'recipes/toppler') 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" + -- cgit v1.2.3