Merge commit 'opendreambox/opendreambox-1.6' into vuplus-1.6
[vuplus_openembedded] / recipes / tuxmath / tuxmath_1.7.1.bb
1 DESCRIPTION = "Math game"
2 HOMEPAGE = "http://tux4kids.alioth.debian.org/"
3 PRIORITY = "optional"
4 LICENSE = "GPL"
5 DEPENDS = "virtual/libsdl libsdl-mixer libsdl-image libsdl-ttf sdlpango"
6
7 # warning: when changing package version the download number (2733)
8 # must be changed as well
9 SRC_URI = "http://alioth.debian.org/frs/download.php/2733/tuxmath_w_fonts-1.7.1.tar.gz"
10
11 S = "${WORKDIR}/tuxmath_w_fonts-${PV}"
12
13 inherit autotools
14
15 FILES_${PN} = "/"
16
17 export SDL_CONFIG = "${STAGING_BINDIR_CROSS}/sdl-config"
18 export MKDIR_P = "mkdir -p"
19
20 PARALLEL_MAKE = ""