wok-next view childsplay/receipt @ rev 21723

busybox: update patches
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:44:52 2020 +0000 (2020-09-01)
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 }