wok-next annotate 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
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@21054 10 HOST_ARCH="any"
al@20766 11
claudinei@3340 12 TARBALL="$PACKAGE-$VERSION.tgz"
al@20766 13 WGET_URL="http://download.savannah.nongnu.org/releases/childsplay/$TARBALL"
pankso@10834 14
al@21054 15 DEPENDS="python python-pygtk python-pygame python-pysqlite python-sqlalchemy \
al@21054 16 libogg"
al@21054 17
al@20766 18 compile_rules() {
al@20766 19 mkdir -p $install/usr/share/childsplay
al@20766 20 cp -r SPWidgets/ alphabet-sounds/ lib/ *.py *.db \
al@20766 21 $install/usr/share/childsplay
al@20766 22 cp -r locale $install/usr/share
al@20766 23 cook_pick_docs docs/*.html
jozee@4933 24
al@20766 25 install -Dm755 $stuff/childsplay $install/usr/games/childsplay
claudinei@3340 26 }