wok-next rev 21550

updated childsplay (3.3 -> 3.4)
author Hans-G?nter Theisgen
date Mon Jun 22 10:26:12 2020 +0100 (2020-06-22)
parents 09a489dcdbbf
children 75437d94c310
files childsplay/receipt
line diff
     1.1 --- a/childsplay/receipt	Mon Jun 22 10:09:31 2020 +0100
     1.2 +++ b/childsplay/receipt	Mon Jun 22 10:26:12 2020 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt v2.
     1.5  
     1.6  PACKAGE="childsplay"
     1.7 -VERSION="3.3"
     1.8 +VERSION="3.4"
     1.9  CATEGORY="games"
    1.10  SHORT_DESC="Collection of educational activities for young children"
    1.11  MAINTAINER="claudinei@slitaz.org"
    1.12 @@ -10,17 +10,23 @@
    1.13  HOST_ARCH="any"
    1.14  
    1.15  TARBALL="$PACKAGE-$VERSION.tgz"
    1.16 -WGET_URL="http://download.savannah.nongnu.org/releases/childsplay/$TARBALL"
    1.17 +WGET_URL="$SF_MIRROR/schoolsplay/$TARBALL"
    1.18  
    1.19 -DEPENDS="python python-pygtk python-pygame python-pysqlite python-sqlalchemy \
    1.20 -libogg"
    1.21 +DEPENDS="libogg python python-pygame python-pygtk python-pysqlite
    1.22 +	python-sqlalchemy"
    1.23  
    1.24 -compile_rules() {
    1.25 +compile_rules()
    1.26 +{
    1.27  	mkdir -p $install/usr/share/childsplay
    1.28 -	cp -r SPWidgets/ alphabet-sounds/ lib/ *.py *.db \
    1.29 -		$install/usr/share/childsplay
    1.30 -	cp -r locale $install/usr/share
    1.31 +	cp -r SPWidgets/		$install/usr/share/childsplay
    1.32 +	cp -r alphabet-sounds/	$install/usr/share/childsplay
    1.33 +	cp -r lib/		$install/usr/share/childsplay
    1.34 +	cp -r *.db		$install/usr/share/childsplay
    1.35 +	cp -r *.py		$install/usr/share/childsplay
    1.36 +	cp -r locale		$install/usr/share
    1.37 +
    1.38  	cook_pick_docs docs/*.html
    1.39  
    1.40 -	install -Dm755 $stuff/childsplay $install/usr/games/childsplay
    1.41 +	install -Dm755 $stuff/childsplay \
    1.42 +				$install/usr/games/childsplay
    1.43  }