From: Elena of Valhalla Date: Wed, 21 Jan 2009 18:38:42 +0000 (+0100) Subject: tuxmath: new recipe; A math game based on SDL X-Git-Tag: Release-2010-05/1~4194^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=29541a1cc5d39221e6d03d490e274202d232fd27;p=openembedded.git tuxmath: new recipe; A math game based on SDL --- diff --git a/packages/tuxmath/tuxmath_1.6.0.bb b/packages/tuxmath/tuxmath_1.6.0.bb new file mode 100644 index 0000000000..3898c601ce --- /dev/null +++ b/packages/tuxmath/tuxmath_1.6.0.bb @@ -0,0 +1,17 @@ +DESCRIPTION = "Math game" +HOMEPAGE = "http://tux4kids.alioth.debian.org/" +PRIORITY = "optional" +LICENSE = "GPL" +DEPENDS = "virtual/libsdl libsdl-mixer libsdl-image libsdl-ttf" + +SRC_URI = "http://alioth.debian.org/frs/download.php/2241/tuxmath_w_fonts-${PV}.tar.gz" +S = "${WORKDIR}/tuxmath_w_fonts-${PV}" + +inherit autotools + +PARALLEL_MAKE = "" + +export SDL_CONFIG = "${STAGING_BINDIR_CROSS}/sdl-config" +export MKDIR_P = "mkdir -p" + +FILES_${PN} = "/"