chinook-compat: add new toolchain options and stick to util-linux
[openembedded.git] / recipes / tuxmath / tuxmath_1.7.1.bb
blobe19f3e666f2ede4aaafdfdd43b2656df881ab9b7
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"
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"
11 S = "${WORKDIR}/tuxmath_w_fonts-${PV}"
13 inherit autotools
15 FILES_${PN} = "/"
17 export SDL_CONFIG = "${STAGING_BINDIR_CROSS}/sdl-config"
18 export MKDIR_P = "mkdir -p"
20 PARALLEL_MAKE = ""