[oe-commits] Robert Schuster : toppler 1.1.3: New recipe.

GIT User account git at amethyst.openembedded.net
Fri Mar 27 15:36:14 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: f3fdd55a8f525ff59c793c0cbe8f43463021e96f
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=f3fdd55a8f525ff59c793c0cbe8f43463021e96f

Author: Robert Schuster <thebohemian at gmx.net>
Date:   Fri Mar 27 16:37:05 2009 +0100

toppler 1.1.3: New recipe.

---

 recipes/toppler/toppler_1.1.3.bb |   16 ++++++++++++++++
 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 0000000..daba758
--- /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"
+





More information about the Openembedded-commits mailing list