wok-next view childsplay/receipt @ rev 21719

gtk3: added build dependency libxtst
author Hans-G?nter Theisgen
date Tue Aug 04 17:36:05 2020 +0100 (2020-08-04)
parents 053a334547a1
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="childsplay"
4 VERSION="3.4"
5 CATEGORY="games"
6 SHORT_DESC="Collection of educational activities for young children"
7 MAINTAINER="claudinei@slitaz.org"
8 LICENSE="GPL3"
9 WEB_SITE="http://www.schoolsplay.org/"
10 HOST_ARCH="any"
12 TARBALL="$PACKAGE-$VERSION.tgz"
13 WGET_URL="$SF_MIRROR/schoolsplay/$TARBALL"
15 DEPENDS="libogg python python-pygame python-pygtk python-pysqlite
16 python-sqlalchemy"
18 compile_rules()
19 {
20 mkdir -p $install/usr/share/childsplay
21 cp -r SPWidgets/ $install/usr/share/childsplay
22 cp -r alphabet-sounds/ $install/usr/share/childsplay
23 cp -r lib/ $install/usr/share/childsplay
24 cp -r *.db $install/usr/share/childsplay
25 cp -r *.py $install/usr/share/childsplay
26 cp -r locale $install/usr/share
28 cook_pick_docs docs/*.html
30 install -Dm755 $stuff/childsplay \
31 $install/usr/games/childsplay
32 }