aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2009-02-20 20:49:28 +0100
committerKoen Kooi <koen@openembedded.org>2009-02-20 20:49:28 +0100
commit30fe4d571c319b1bd0e5ba83563fc6df550fb6da (patch)
treeb50e9103bce851b9a0171e54c98fa880aeeb285c
parent802c636c8ca45b49af1c290fc660b48ae7330aa7 (diff)
parent3a18981f1a184d9110cbc3503dd0194be664ac71 (diff)
downloadopenembedded-30fe4d571c319b1bd0e5ba83563fc6df550fb6da.tar.gz
Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into org.openembedded.dev
-rw-r--r--conf/checksums.ini4
-rw-r--r--packages/tuxmath/tuxmath_1.7.1.bb20
2 files changed, 24 insertions, 0 deletions
diff --git a/conf/checksums.ini b/conf/checksums.ini
index 90f71c2652..5bb4213540 100644
--- a/conf/checksums.ini
+++ b/conf/checksums.ini
@@ -21250,6 +21250,10 @@ sha256=ef5e9bf276b65bb831f9c2554cd8784bd5b4ee65353808f82b7e2aef851587ec
md5=3aa0e0e488719611f0bc4441b63a6f56
sha256=f3aae7e2f67cf12f3da98325388c7b2f6718729aa69c5c804d1866d6a49f8592
+[http://alioth.debian.org/frs/download.php/2733/tuxmath_w_fonts-1.7.1.tar.gz]
+md5=4ab3d5bd74adb0d0aeacb721b8cac395
+sha256=d0aebfb352add3ada95537aeef163019f93d5a0f9385a2fcae678125b77d5035
+
[http://heanet.dl.sourceforge.net/sourceforge/tuxnes/tuxnes-0.75.tar.gz]
md5=5db0cd42dfdff3e681805e93b4867c43
sha256=217fc57fdd2a5ec360c197ea36110ec929d3f27c88cf875f0f4723b3496ed7c2
diff --git a/packages/tuxmath/tuxmath_1.7.1.bb b/packages/tuxmath/tuxmath_1.7.1.bb
new file mode 100644
index 0000000000..e19f3e666f
--- /dev/null
+++ b/packages/tuxmath/tuxmath_1.7.1.bb
@@ -0,0 +1,20 @@
+DESCRIPTION = "Math game"
+HOMEPAGE = "http://tux4kids.alioth.debian.org/"
+PRIORITY = "optional"
+LICENSE = "GPL"
+DEPENDS = "virtual/libsdl libsdl-mixer libsdl-image libsdl-ttf sdlpango"
+
+# warning: when changing package version the download number (2733)
+# must be changed as well
+SRC_URI = "http://alioth.debian.org/frs/download.php/2733/tuxmath_w_fonts-1.7.1.tar.gz"
+
+S = "${WORKDIR}/tuxmath_w_fonts-${PV}"
+
+inherit autotools
+
+FILES_${PN} = "/"
+
+export SDL_CONFIG = "${STAGING_BINDIR_CROSS}/sdl-config"
+export MKDIR_P = "mkdir -p"
+
+PARALLEL_MAKE = ""