GCompris ("I got it") is an educational software which propose different activities to children from 2 to 10 years old. 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, cartoon making, ... Currently GCompris offers in excess of 100 activities and more are being developed. "slap it in" mbalmer@
22 lines
1.1 KiB
Plaintext
22 lines
1.1 KiB
Plaintext
$OpenBSD: patch-Makefile_in,v 1.1.1.1 2007/01/26 17:40:57 ajacoutot Exp $
|
|
--- Makefile.in.orig Sat Nov 18 14:37:19 2006
|
|
+++ Makefile.in Wed Jan 17 15:06:05 2007
|
|
@@ -789,7 +789,7 @@ info: info-recursive
|
|
|
|
info-am:
|
|
|
|
-install-data-am: install-ApplicationsDATA install-MenuDATA \
|
|
+install-data-am: install-ApplicationsDATA \
|
|
install-data-local install-iconDATA
|
|
|
|
install-exec-am:
|
|
@@ -849,7 +849,7 @@ install-data-local:
|
|
@$(NORMAL_INSTALL)
|
|
if test -d $(srcdir)/$(PACKAGE_DATA_DIR); then \
|
|
$(mkinstalldirs) $(DESTDIR)/$(pkgdatadir)/$(PACKAGE_DATA_DIR); \
|
|
- cd $(srcdir)/$(PACKAGE_DATA_DIR) ; tar cf - --exclude "Makefile.in" --exclude "*.in" --exclude "*~" --exclude "Makefile" --exclude "Makefile.am" --exclude CVS --exclude .xvpics --exclude "1[1-9].ogg" --exclude "2?.ogg" * | ( cd $(DESTDIR)/$(pkgdatadir)/$(PACKAGE_DATA_DIR) ; tar xf -) ; cd .. ; \
|
|
+ cd $(srcdir)/$(PACKAGE_DATA_DIR) ; tar -cf - -s '/^.*Makefile.*$$//' -s '/^.*\.in.*$$//' -s '/^.*~.*$$//' -s '/^.*CVS.*$$//' -s '/^.*\.xvpics.*$$//' -s '/^.*1[1-9]\.ogg.*$$//' -s '/^.*2.\.ogg.*$$//' * | ( cd $(DESTDIR)/$(pkgdatadir)/$(PACKAGE_DATA_DIR) ; tar xf -) ; cd .. ; \
|
|
fi
|
|
|
|
dist-hook:
|