From: Paul Sokolovsky Date: Sat, 12 Jan 2008 00:10:52 +0000 (+0000) Subject: supertux 0.1.2: Use sdl.bbclass, add icon. X-Git-Tag: Release-2010-05/1~7959 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3b85f1584efddfb1c51ddb046667d1dfe37f042c;p=openembedded.git supertux 0.1.2: Use sdl.bbclass, add icon. --- diff --git a/packages/supertux/files/.mtn2git_empty b/packages/supertux/files/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 diff --git a/packages/supertux/files/supertux.png b/packages/supertux/files/supertux.png new file mode 100644 index 0000000000..b26c58122d Binary files /dev/null and b/packages/supertux/files/supertux.png differ diff --git a/packages/supertux/supertux_0.1.2.bb b/packages/supertux/supertux_0.1.2.bb index 42ea6039fa..9939cf99d3 100644 --- a/packages/supertux/supertux_0.1.2.bb +++ b/packages/supertux/supertux_0.1.2.bb @@ -1,16 +1,16 @@ -DESCRIPTION = "SuperTux is a classic 2D jump'n run sidescroller game \ +DESCRIPTION = "SuperTux is a classic 2D jump'n'run sidescroller game \ in a style similar to the original SuperMario games." SECTION = "games" PRIORITY = "optional" -DEPENDS = "virtual/libsdl libsdl-mixer libsdl-image" LICENSE = "GPL" -PR = "r1" +PR = "r2" 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" + http://ssel.vub.ac.be/Members/DennisWagelaar/download/zaurus/supertux-0.1.2-fp.patch.gz;patch=1 \ + file://supertux.png" export SDL_CONFIG = "${STAGING_BINDIR_CROSS}/sdl-config" -inherit autotools +inherit autotools sdl # FIXME: Add .desktop file for Opie/Qtopia