wok annotate kivy/receipt @ rev 22857

updated gmp and gmp-dev (6.1.2 -> 6.2.0)
author Hans-G?nter Theisgen
date Thu Feb 20 14:33:27 2020 +0100 (2020-02-20)
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 }