wok-next view childsplay/receipt @ rev 21054
Small updates
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Sat Dec 01 18:32:50 2018 +0200 (2018-12-01) |
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 }