wok-next view childsplay/receipt @ rev 21253
updated duplicity (0.6.20 -> 0.8.07)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Dec 06 09:07:53 2019 +0100 (2019-12-06) |
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 }