wok view kivy/receipt @ rev 23709

updated twisted (19.7.0 -> 20.3.0)
author Hans-G?nter Theisgen
date Tue Apr 28 17:04:13 2020 +0100 (2020-04-28)
parents 8059ea7ccfca
children a3c45ab9082e
line source
1 # SliTaz package receipt.
3 PACKAGE="kivy"
4 SOURCE="Kivy"
5 VERSION="1.10.1"
6 CATEGORY="development"
7 SHORT_DESC="Cross platform library for rapid development of applications."
8 MAINTAINER="pascal.bellard@slitaz.org"
9 LICENSE="LGPL3"
10 WEB_SITE="https://kivy.org/"
12 TARBALL="$SOURCE-$VERSION.tar.gz"
13 WGET_URL="https://pypi.python.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL"
15 DEPENDS="python"
16 BUILD_DEPENDS="glew-dev gstreamer-1.0-dev libsdl2-dev libsdl2-image-dev
17 libsdl2-mixer-dev libsdl2-ttf-dev mesa-dev python-cython python-dev"
19 # Rules to configure and make the package.
20 compile_rules()
21 {
22 python setup.py build &&
23 python setup.py install --root=$DESTDIR
24 }
26 # Rules to gen a SliTaz package suitable for Tazpkg.
27 genpkg_rules()
28 {
29 cp -a $install/* $fs
30 }