wok view childsplay/receipt @ rev 20786

updated childsplay (2.6.1 -> 3.3)
author Hans-G?nter Theisgen
date Thu Feb 14 15:34:29 2019 +0100 (2019-02-14)
parents 64b5ccf3341f
children 34f14eb6c7bc
line source
1 # SliTaz package receipt.
3 PACKAGE="childsplay"
4 VERSION="3.3"
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="http://download.savannah.nongnu.org/releases/$PACKAGE/$TARBALL"
14 DEPENDS="python pygtk python-pygame python-pysqlite python-sqlalchemy libogg"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 mkdir -p ${DESTDIR}/usr/share/${PACKAGE}
20 cp -a ${src}/* ${DESTDIR}/usr/share/${PACKAGE}
21 mv ${DESTDIR}/usr/share/${PACKAGE}/locale ${DESTDIR}/usr/share
22 rm -rf ${DESTDIR}/usr/share/${PACKAGE}/po
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 mkdir -p $fs/usr/games
29 cp ${stuff}/${PACKAGE} $fs/usr/games
30 cp -a ${install}/* ${fs}
31 }