wok-next annotate childsplay/receipt @ rev 21727
created recipe for vbindiff
author | Hans-G?nter Theisgen |
---|---|
date | Sat Nov 21 14:32:44 2020 +0100 (2020-11-21) |
parents | 053a334547a1 |
children |
rev | line source |
---|---|
al@20766 | 1 # SliTaz package receipt v2. |
claudinei@3340 | 2 |
claudinei@3340 | 3 PACKAGE="childsplay" |
Hans-G?nter@21550 | 4 VERSION="3.4" |
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" |
Hans-G?nter@21550 | 13 WGET_URL="$SF_MIRROR/schoolsplay/$TARBALL" |
pankso@10834 | 14 |
Hans-G?nter@21550 | 15 DEPENDS="libogg python python-pygame python-pygtk python-pysqlite |
Hans-G?nter@21550 | 16 python-sqlalchemy" |
al@21054 | 17 |
Hans-G?nter@21550 | 18 compile_rules() |
Hans-G?nter@21550 | 19 { |
al@20766 | 20 mkdir -p $install/usr/share/childsplay |
Hans-G?nter@21550 | 21 cp -r SPWidgets/ $install/usr/share/childsplay |
Hans-G?nter@21550 | 22 cp -r alphabet-sounds/ $install/usr/share/childsplay |
Hans-G?nter@21550 | 23 cp -r lib/ $install/usr/share/childsplay |
Hans-G?nter@21550 | 24 cp -r *.db $install/usr/share/childsplay |
Hans-G?nter@21550 | 25 cp -r *.py $install/usr/share/childsplay |
Hans-G?nter@21550 | 26 cp -r locale $install/usr/share |
Hans-G?nter@21550 | 27 |
al@20766 | 28 cook_pick_docs docs/*.html |
jozee@4933 | 29 |
Hans-G?nter@21550 | 30 install -Dm755 $stuff/childsplay \ |
Hans-G?nter@21550 | 31 $install/usr/games/childsplay |
claudinei@3340 | 32 } |