diff options
author | Koen Kooi <koen@openembedded.org> | 2009-01-21 19:42:21 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-01-21 19:42:21 +0100 |
commit | 00251a22950a0e837c83ca6613e9bf3cce389f52 (patch) | |
tree | 59e077fbe21e96a6b4cc798b35cef6fc8a09f51e | |
parent | 1b350fb9870ac8b978b8437b9d8f306226854cfc (diff) | |
parent | 29541a1cc5d39221e6d03d490e274202d232fd27 (diff) |
Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into org.openembedded.dev
-rw-r--r-- | packages/tuxmath/tuxmath_1.6.0.bb | 17 |
1 files changed, 17 insertions, 0 deletions
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} = "/" |