wok-next annotate 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
rev   line source
al@20766 1 # SliTaz package receipt v2.
claudinei@3340 2
claudinei@3340 3 PACKAGE="childsplay"
al@20766 4 VERSION="3.3"
claudinei@3340 5 CATEGORY="games"
al@20766 6 SHORT_DESC="Collection of educational activities for young children"
claudinei@3340 7 MAINTAINER="claudinei@slitaz.org"
pascal@15022 8 LICENSE="GPL3"
al@20766 9 WEB_SITE="http://www.schoolsplay.org/"
al@20766 10
claudinei@3340 11 TARBALL="$PACKAGE-$VERSION.tgz"
al@20766 12 WGET_URL="http://download.savannah.nongnu.org/releases/childsplay/$TARBALL"
pankso@10834 13
al@20766 14 compile_rules() {
al@20766 15 mkdir -p $install/usr/share/childsplay
al@20766 16 cp -r SPWidgets/ alphabet-sounds/ lib/ *.py *.db \
al@20766 17 $install/usr/share/childsplay
al@20766 18 cp -r locale $install/usr/share
al@20766 19 cook_pick_docs docs/*.html
jozee@4933 20
al@20766 21 install -Dm755 $stuff/childsplay $install/usr/games/childsplay
claudinei@3340 22 }
claudinei@3340 23
al@20766 24 genpkg_rules() {
al@20766 25 copy @std
al@20932 26 DEPENDS="python python-pygtk python-pygame python-pysqlite python-sqlalchemy \
al@20766 27 libogg"
claudinei@3340 28 }