wok annotate kivy/receipt @ rev 21950

updated libsqlite-tcl (3.18.0 -> 3.30.0)
author Hans-G?nter Theisgen
date Wed Oct 09 14:44:45 2019 +0100 (2019-10-09)
parents 16df76e1fc6a
children 8059ea7ccfca
rev   line source
pascal@13740 1 # SliTaz package receipt.
pascal@13740 2
pascal@13740 3 PACKAGE="kivy"
pascal@13740 4 SOURCE="Kivy"
pascal@13740 5 VERSION="1.4.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/"
pascal@13740 11 TARBALL="$SOURCE-$VERSION.tar.gz"
pascal@13740 12 WGET_URL="http://pypi.python.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL"
pascal@13740 13
pascal@13740 14 DEPENDS="python"
pascal@13740 15 BUILD_DEPENDS="python-dev python-cython mesa-dev glew-dev"
pascal@13740 16
pascal@13740 17 # Rules to configure and make the package.
pascal@13740 18 compile_rules()
pascal@13740 19 {
pascal@13740 20 python setup.py build &&
pascal@13740 21 python setup.py install --root=$DESTDIR
pascal@13740 22 }
pascal@13740 23
pascal@13740 24 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@13740 25 genpkg_rules()
pascal@13740 26 {
pascal@13740 27 cp -a $install/* $fs
pascal@13740 28 }