Merge branch 'org.openembedded.dev' of git://git.openembedded.net/openembedded into...
[vuplus_openembedded] / packages / supertux / supertux_0.1.3.bb
1 DESCRIPTION = "SuperTux is a classic 2D jump'n'run sidescroller game \
2 in a style similar to the original SuperMario games."
3 SECTION = "games"
4 PRIORITY = "optional"
5 LICENSE = "GPL"
6 FILE_PR = "r1"
7
8 APPIMAGE = "${WORKDIR}/supertux.png"
9 APPDESKTOP = "${WORKDIR}/supertux.desktop"
10
11 SRC_URI = "${SOURCEFORGE_MIRROR}/super-tux/supertux-${PV}.tar.bz2 \
12 #           http://ssel.vub.ac.be/Members/DennisWagelaar/download/zaurus/supertux-0.1.2-fp.patch.gz;patch=1 \
13            file://supertux.png \
14            file://supertux.desktop \
15            "
16
17 export SDL_CONFIG = "${STAGING_BINDIR_CROSS}/sdl-config"
18 EXTRA_OECONF = "--disable-opengl"
19
20 inherit autotools sdl
21
22 DEFAULT_PREFERENCE = "-1"