diff options
author | Rene Wagner <rw@handhelds.org> | 2006-05-13 15:42:03 +0200 |
---|---|---|
committer | Rene Wagner <rw@handhelds.org> | 2006-05-13 15:42:03 +0200 |
commit | 5a5346dfbec459c10d9e61e16e125b83975a1ef1 (patch) | |
tree | 342e16f3fe790d03b93294344e6154459888939f /org.handhelds.familiar/packages/supertux |
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e35772d79306d1d9de19c12b23681618532d.
Diffstat (limited to 'org.handhelds.familiar/packages/supertux')
-rw-r--r-- | org.handhelds.familiar/packages/supertux/supertux_0.1.2.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/org.handhelds.familiar/packages/supertux/supertux_0.1.2.bb b/org.handhelds.familiar/packages/supertux/supertux_0.1.2.bb new file mode 100644 index 0000000..5cbda23 --- /dev/null +++ b/org.handhelds.familiar/packages/supertux/supertux_0.1.2.bb @@ -0,0 +1,14 @@ +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" +MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" +LICENSE = "GPL" + +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" + +inherit autotools + +# FIXME: Add .desktop file for Opie/Qtopia |