wok-next diff childsplay/receipt @ rev 21303

updated gujin (2.8.6 -> 2.8.7)
author Hans-G?nter Theisgen
date Tue Dec 10 07:57:29 2019 +0100 (2019-12-10)
parents c022997c7a57
children de5f1a751d52
line diff
     1.1 --- a/childsplay/receipt	Thu Aug 23 10:22:21 2018 +0300
     1.2 +++ b/childsplay/receipt	Tue Dec 10 07:57:29 2019 +0100
     1.3 @@ -7,10 +7,14 @@
     1.4  MAINTAINER="claudinei@slitaz.org"
     1.5  LICENSE="GPL3"
     1.6  WEB_SITE="http://www.schoolsplay.org/"
     1.7 +HOST_ARCH="any"
     1.8  
     1.9  TARBALL="$PACKAGE-$VERSION.tgz"
    1.10  WGET_URL="http://download.savannah.nongnu.org/releases/childsplay/$TARBALL"
    1.11  
    1.12 +DEPENDS="python python-pygtk python-pygame python-pysqlite python-sqlalchemy \
    1.13 +libogg"
    1.14 +
    1.15  compile_rules() {
    1.16  	mkdir -p $install/usr/share/childsplay
    1.17  	cp -r SPWidgets/ alphabet-sounds/ lib/ *.py *.db \
    1.18 @@ -20,9 +24,3 @@
    1.19  
    1.20  	install -Dm755 $stuff/childsplay $install/usr/games/childsplay
    1.21  }
    1.22 -
    1.23 -genpkg_rules() {
    1.24 -	copy @std
    1.25 -	DEPENDS="python python-pygtk python-pygame python-pysqlite python-sqlalchemy \
    1.26 -	libogg"
    1.27 -}