wok-6.x annotate kivy/receipt @ rev 14028
linux: check_modules.sh do not create $WOK/tmp
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Feb 18 10:10:03 2013 +0100 (2013-02-18) |
parents | |
children | 7d6089953592 |
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@13740 | 9 WEB_SITE="http://kivy.org/" |
pascal@13740 | 10 TARBALL="$SOURCE-$VERSION.tar.gz" |
pascal@13740 | 11 WGET_URL="http://pypi.python.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" |
pascal@13740 | 12 |
pascal@13740 | 13 DEPENDS="python" |
pascal@13740 | 14 BUILD_DEPENDS="python-dev python-cython mesa-dev glew-dev" |
pascal@13740 | 15 |
pascal@13740 | 16 # Rules to configure and make the package. |
pascal@13740 | 17 compile_rules() |
pascal@13740 | 18 { |
pascal@13740 | 19 cd $src |
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 } |