wok-next view childsplay/receipt @ rev 21040

mariadb 10.3.10 (again)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Nov 09 09:48:29 2018 +0200 (2018-11-09)
parents 86b5d202495a
children 053a334547a1
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/"
11 TARBALL="$PACKAGE-$VERSION.tgz"
12 WGET_URL="http://download.savannah.nongnu.org/releases/childsplay/$TARBALL"
14 compile_rules() {
15 mkdir -p $install/usr/share/childsplay
16 cp -r SPWidgets/ alphabet-sounds/ lib/ *.py *.db \
17 $install/usr/share/childsplay
18 cp -r locale $install/usr/share
19 cook_pick_docs docs/*.html
21 install -Dm755 $stuff/childsplay $install/usr/games/childsplay
22 }
24 genpkg_rules() {
25 copy @std
26 DEPENDS="python python-pygtk python-pygame python-pysqlite python-sqlalchemy \
27 libogg"
28 }