wok-6.x annotate kivy/receipt @ rev 20366
debugging with markers, I think the build server does NOT build the gpg... but here locally gpg binary is created and at the place it should be
author | Erkan Yilmaz <erkan@slitaz.org> |
---|---|
date | Sat Jun 09 20:40:08 2018 +0000 (2018-06-09) |
parents | 7d6089953592 |
children | a78610b2eb47 |
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 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 } |