diff options
author | Robert Schuster <thebohemian@gmx.net> | 2009-03-27 16:37:05 +0100 |
---|---|---|
committer | Robert Schuster <thebohemian@gmx.net> | 2009-03-27 16:37:33 +0100 |
commit | f3fdd55a8f525ff59c793c0cbe8f43463021e96f (patch) | |
tree | c99a140d4268cd5f2e6d5d64aff5b433dc9662e4 /recipes/toppler | |
parent | 1965abdae34f80b0e85dac9dd9b01f9b17966bb2 (diff) |
toppler 1.1.3: New recipe.
Diffstat (limited to 'recipes/toppler')
-rw-r--r-- | 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 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" + |