wok-next view childsplay/receipt @ rev 21543

updated ccid (1.4.30 -> 1.4.32)
author Hans-G?nter Theisgen
date Sun Jun 21 17:20:25 2020 +0100 (2020-06-21)
parents c022997c7a57
children de5f1a751d52
line source
1 # SliTaz package receipt v2.
3 PACKAGE="childsplay"
4 VERSION="3.3"
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="http://download.savannah.nongnu.org/releases/childsplay/$TARBALL"
15 DEPENDS="python python-pygtk python-pygame python-pysqlite python-sqlalchemy \
16 libogg"
18 compile_rules() {
19 mkdir -p $install/usr/share/childsplay
20 cp -r SPWidgets/ alphabet-sounds/ lib/ *.py *.db \
21 $install/usr/share/childsplay
22 cp -r locale $install/usr/share
23 cook_pick_docs docs/*.html
25 install -Dm755 $stuff/childsplay $install/usr/games/childsplay
26 }