2011-01-14 16:29:42 -05:00
|
|
|
$OpenBSD: patch-Makefile_in,v 1.10 2011/01/14 21:29:42 ajacoutot Exp $
|
|
|
|
--- Makefile.in.orig Mon Dec 6 21:30:31 2010
|
|
|
|
+++ Makefile.in Fri Jan 14 20:54:41 2011
|
|
|
|
@@ -928,7 +928,7 @@ install-data-local:
|
2010-06-20 12:31:02 -04:00
|
|
|
@$(NORMAL_INSTALL)
|
Import gcompris-8.2.2
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@
2007-01-26 12:40:57 -05:00
|
|
|
if test -d $(srcdir)/$(PACKAGE_DATA_DIR); then \
|
|
|
|
$(mkinstalldirs) $(DESTDIR)/$(pkgdatadir)/$(PACKAGE_DATA_DIR); \
|
2010-06-20 12:31:02 -04:00
|
|
|
- cd $(srcdir)/$(PACKAGE_DATA_DIR) ; tar cf - --exclude "Makefile.in" --exclude "*.in" --exclude "*~" --exclude "Makefile" --exclude "Makefile.am" --exclude .git * | ( cd $(DESTDIR)/$(pkgdatadir)/$(PACKAGE_DATA_DIR) ; tar xf -) ; cd .. ; \
|
|
|
|
+ cd $(srcdir)/$(PACKAGE_DATA_DIR) ; gtar cf - --exclude "Makefile.in" --exclude "*.in" --exclude "*~" --exclude "Makefile" --exclude "Makefile.am" --exclude .git * | ( cd $(DESTDIR)/$(pkgdatadir)/$(PACKAGE_DATA_DIR) ; gtar xf -) ; cd .. ; \
|
Import gcompris-8.2.2
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@
2007-01-26 12:40:57 -05:00
|
|
|
fi
|
2010-06-20 12:31:02 -04:00
|
|
|
|
|
|
|
dist-hook:
|