wok-next rev 21320

updated kivy (1.4.1 -> 1.10.1)
author Hans-G?nter Theisgen
date Wed Dec 11 13:42:32 2019 +0100 (2019-12-11)
parents 9794663fd5cf
children 0eb66a27e947
files kivy/receipt
line diff
     1.1 --- a/kivy/receipt	Tue Dec 10 17:07:17 2019 +0000
     1.2 +++ b/kivy/receipt	Wed Dec 11 13:42:32 2019 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt v2.
     1.5  
     1.6  PACKAGE="kivy"
     1.7 -VERSION="1.4.1"
     1.8 +VERSION="1.10.1"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Cross platform library for rapid development of applications"
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 @@ -12,14 +12,16 @@
    1.13  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.14  WGET_URL="https://files.pythonhosted.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL"
    1.15  
    1.16 -BUILD_DEPENDS="python-dev python-cython mesa-dev glew-dev"
    1.17 +BUILD_DEPENDS="glew-dev mesa-dev python-cython python-dev"
    1.18  
    1.19 -compile_rules() {
    1.20 +compile_rules()
    1.21 +{
    1.22  	python -B setup.py build &&
    1.23  	python -B setup.py install --root=$install
    1.24  }
    1.25  
    1.26 -genpkg_rules() {
    1.27 +genpkg_rules()
    1.28 +{
    1.29  	copy @std
    1.30  	DEPENDS="python"
    1.31  }