wok-next view kivy/receipt @ rev 21726

updated firefox-official (77.0 -> 81.0)
author Hans-G?nter Theisgen
date Sun Sep 27 14:34:31 2020 +0100 (2020-09-27)
parents edfe8a57a69c
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="kivy"
4 VERSION="1.10.1"
5 CATEGORY="development"
6 SHORT_DESC="Cross platform library for rapid development of applications"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="LGPL3"
9 WEB_SITE="https://kivy.org/"
11 SOURCE="Kivy"
12 TARBALL="$SOURCE-$VERSION.tar.gz"
13 WGET_URL="https://files.pythonhosted.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL"
15 BUILD_DEPENDS="glew-dev gstreamer1-dev mesa-dev python-cython python-dev
16 sdl2-dev sdl2-image-dev sdl2-mixer-dev sdl2-ttf-dev"
18 compile_rules()
19 {
20 python -B setup.py build &&
21 python -B setup.py install --root=$install
22 }
24 genpkg_rules()
25 {
26 copy @std
27 DEPENDS="python"
28 }