diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2008-01-13 11:42:53 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2008-01-13 11:42:53 +0000 |
commit | d345f5a5748dc64d5ee77713d4358afab3fe6cb6 (patch) | |
tree | 5eb820b746cd2d98e48445377846c8f3479b1f16 /packages/supertux/supertux_0.1.3.bb | |
parent | 7bb6e2b9b70ed80ef84d07abe7d467cc88a9fd9c (diff) | |
parent | 3dd130eb145b60fc54059d9aca8d0aedd5e21a45 (diff) |
merge of '69101672fb51bbd0ee154a122221e376599481cc'
and 'bad02fc028d55fbb82c52c9bffe4bbfebf92fb83'
Diffstat (limited to 'packages/supertux/supertux_0.1.3.bb')
-rw-r--r-- | packages/supertux/supertux_0.1.3.bb | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/packages/supertux/supertux_0.1.3.bb b/packages/supertux/supertux_0.1.3.bb new file mode 100644 index 0000000000..f90670738a --- /dev/null +++ b/packages/supertux/supertux_0.1.3.bb @@ -0,0 +1,22 @@ +DESCRIPTION = "SuperTux is a classic 2D jump'n'run sidescroller game \ +in a style similar to the original SuperMario games." +SECTION = "games" +PRIORITY = "optional" +LICENSE = "GPL" +PR = "r1" + +APPIMAGE = "${WORKDIR}/supertux.png" +APPDESKTOP = "${WORKDIR}/supertux.desktop" + +SRC_URI = "${SOURCEFORGE_MIRROR}/super-tux/supertux-${PV}.tar.bz2 \ +# http://ssel.vub.ac.be/Members/DennisWagelaar/download/zaurus/supertux-0.1.2-fp.patch.gz;patch=1 \ + file://supertux.png \ + file://supertux.desktop \ + " + +export SDL_CONFIG = "${STAGING_BINDIR_CROSS}/sdl-config" +EXTRA_OECONF = "--disable-opengl" + +inherit autotools sdl + +DEFAULT_PREFERENCE = "-1" |