wok view childsplay/receipt @ rev 23997

linld: add iso support (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Jan 08 20:36:59 2021 +0000 (2021-01-08)
parents 4ecb0bc1006f
children 9af0e03b8ad0
line source
1 # SliTaz package receipt.
3 PACKAGE="childsplay"
4 VERSION="3.4"
5 CATEGORY="games"
6 SHORT_DESC="Python educational game."
7 MAINTAINER="claudinei@slitaz.org"
8 LICENSE="GPL3"
9 WEB_SITE="http://www.schoolsplay.org/"
11 TARBALL="$PACKAGE-$VERSION.tgz"
12 WGET_URL="$SF_MIRROR/schoolsplay/$TARBALL"
14 DEPENDS="libogg pygtk python python-pygame python-pysqlite python-sqlalchemy"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 mkdir -p $DESTDIR/usr/share/$PACKAGE
21 cp -a $src/* $DESTDIR/usr/share/$PACKAGE
22 mv $DESTDIR/usr/share/$PACKAGE/locale \
23 $DESTDIR/usr/share
24 rm -rf $DESTDIR/usr/share/$PACKAGE/po
25 }
27 # Rules to gen a SliTaz package suitable for Tazpkg.
28 genpkg_rules()
29 {
30 mkdir -p $fs/usr/games
32 cp $stuff/$PACKAGE $fs/usr/games
33 cp -a $install/* $fs
34 }