wok-6.x annotate kivy/receipt @ rev 22771
updated fox, fox-dev and fox-doc again (1.6.49 -> 1.6.57)
author | Hans-G?nter Theisgen |
---|---|
date | Sat Jan 25 15:44:07 2020 +0100 (2020-01-25) |
parents | 8059ea7ccfca |
children | a3c45ab9082e |
rev | line source |
---|---|
pascal@13740 | 1 # SliTaz package receipt. |
pascal@13740 | 2 |
pascal@13740 | 3 PACKAGE="kivy" |
pascal@13740 | 4 SOURCE="Kivy" |
Hans-G?nter@22371 | 5 VERSION="1.10.1" |
pascal@13740 | 6 CATEGORY="development" |
pascal@13740 | 7 SHORT_DESC="Cross platform library for rapid development of applications." |
pascal@13740 | 8 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@14997 | 9 LICENSE="LGPL3" |
pascal@20669 | 10 WEB_SITE="https://kivy.org/" |
Hans-G?nter@22371 | 11 |
pascal@13740 | 12 TARBALL="$SOURCE-$VERSION.tar.gz" |
Hans-G?nter@22371 | 13 WGET_URL="https://pypi.python.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" |
pascal@13740 | 14 |
pascal@13740 | 15 DEPENDS="python" |
Hans-G?nter@22372 | 16 BUILD_DEPENDS="glew-dev gstreamer-1.0-dev libsdl2-dev libsdl2-image-dev |
Hans-G?nter@22372 | 17 libsdl2-mixer-dev libsdl2-ttf-dev mesa-dev python-cython python-dev" |
pascal@13740 | 18 |
pascal@13740 | 19 # Rules to configure and make the package. |
pascal@13740 | 20 compile_rules() |
pascal@13740 | 21 { |
pascal@13740 | 22 python setup.py build && |
pascal@13740 | 23 python setup.py install --root=$DESTDIR |
pascal@13740 | 24 } |
pascal@13740 | 25 |
pascal@13740 | 26 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@13740 | 27 genpkg_rules() |
pascal@13740 | 28 { |
pascal@13740 | 29 cp -a $install/* $fs |
pascal@13740 | 30 } |