[Lunar-commits] <moonbase> zbeta/gcompris: initial import. It builds fine but has a
Dennis 'stumbles' Veatch
stumbles at lunar-linux.org
Thu Apr 17 13:00:07 CEST 2008
commit f7d42095fa36e570b4c08577748ed9d78c6c1a6c
Author: Dennis 'stumbles' Veatch <stumbles at lunar-linux.org>
Date: Thu Apr 17 07:00:07 2008 -0400
zbeta/gcompris: initial import. It builds fine but has a
failed assertion on startup.
---
zbeta/gcompris/BUILD | 8 ++++++++
zbeta/gcompris/DEPENDS | 6 ++++++
zbeta/gcompris/DETAILS | 25 +++++++++++++++++++++++++
3 files changed, 39 insertions(+), 0 deletions(-)
diff --git a/zbeta/gcompris/BUILD b/zbeta/gcompris/BUILD
new file mode 100644
index 0000000..d62c834
--- /dev/null
+++ b/zbeta/gcompris/BUILD
@@ -0,0 +1,8 @@
+(
+
+ OPTS="$OPTS --prefix=/usr/games/$MODULE --enable-sqlite \
+ --enable-binreloc --enable-gnet"
+
+ default_build
+
+) > $C_FIFO 2>&1
diff --git a/zbeta/gcompris/DEPENDS b/zbeta/gcompris/DEPENDS
new file mode 100644
index 0000000..f36f261
--- /dev/null
+++ b/zbeta/gcompris/DEPENDS
@@ -0,0 +1,6 @@
+depends sqlite2
+depends gnuchess
+depends XML-Parser
+depends teTeX
+depends pygtk2
+depends libgnomecanvas
diff --git a/zbeta/gcompris/DETAILS b/zbeta/gcompris/DETAILS
new file mode 100644
index 0000000..862e049
--- /dev/null
+++ b/zbeta/gcompris/DETAILS
@@ -0,0 +1,25 @@
+ MODULE=gcompris
+ VERSION=8.5PRE1
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=$SFORGE_URL/$MODULE
+ SOURCE_VFY=sha1:d3d3fc04c501ba5e629ae8895bdf6c197e3fa1f5
+ WEB_SITE="http://gcompris.net/-About-GCompris-"
+ ENTERED=20080417
+ UPDATED=20080417
+ SHORT="educational software suite"
+
+cat << EOF
+GCompris is an educational software suite comprising of numerous activities for
+children aged 2 to 10. Some of the activities are game orientated, but
+nonetheless still educational. Below you can find a list of categories with
+some of the activities available in that category.
+
+- computer discovery: keyboard, mouse, different mouse gesture, ...
+- algebra: table memory, enumeration, double entry table, mirror image, ...
+- science: the canal lock, the water cycle, the submarine, electric simulation ...
+- geography: place the country on the map
+- games: chess, memory, connect 4, oware, sudoku ...
+- reading: reading practice
+- other: learn to tell time, puzzle of famous paintings, vector drawing, ...
+
+EOF
More information about the Lunar-commits
mailing list