
Receipt for package "childsplay"
# SliTaz package receipt. PACKAGE="childsplay" VERSION="3.4" CATEGORY="games" SHORT_DESC="Python educational game." MAINTAINER="claudinei@slitaz.org" LICENSE="GPL3" WEB_SITE="https://sourceforge.net/projects/schoolsplay/" TARBALL="$PACKAGE-$VERSION.tgz" WGET_URL="$SF_MIRROR/schoolsplay/$TARBALL" DEPENDS="libogg pygtk python python-pygame python-pysqlite python-sqlalchemy" # What is the latest version available today? current_version() { wget -O - https://sourceforge.net/projects/schoolsplay/files 2>/dev/null | \ sed '/scope="row/!d;/tgz/!d;s|.*/childsplay-||;s|.tgz.*||;q' } # Rules to configure and make the package. compile_rules() { mkdir -p $DESTDIR/usr/share/$PACKAGE cp -a $src/* $DESTDIR/usr/share/$PACKAGE mv $DESTDIR/usr/share/$PACKAGE/locale \ $DESTDIR/usr/share rm -rf $DESTDIR/usr/share/$PACKAGE/po } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/games cp $stuff/$PACKAGE $fs/usr/games cp -a $install/* $fs }
6011 packages and 861692 files in cooking database (Sun Apr 20 00:48:06 2025)