wok annotate kivy/receipt @ rev 17457

Add icmpshell
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Dec 18 15:59:17 2014 +0100 (2014-12-18)
parents 01dc32ea5178
children 16df76e1fc6a
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@13740 10 WEB_SITE="http://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 cd $src
pascal@13740 21 python setup.py build &&
pascal@13740 22 python setup.py install --root=$DESTDIR
pascal@13740 23 }
pascal@13740 24
pascal@13740 25 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@13740 26 genpkg_rules()
pascal@13740 27 {
pascal@13740 28 cp -a $install/* $fs
pascal@13740 29 }