wok-6.x annotate python-kiwi/receipt @ rev 16076
ARM: use libXv with xorg-server-light and up xf86-video-fbdev
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sat Mar 15 03:05:15 2014 +0100 (2014-03-15) |
parents | 93e964cdd55d |
children | d3eb5f4b53ea |
rev | line source |
---|---|
claudinei@3832 | 1 # SliTaz package receipt. |
claudinei@3832 | 2 |
claudinei@3832 | 3 PACKAGE="python-kiwi" |
claudinei@3832 | 4 SOURCE="kiwi" |
claudinei@14885 | 5 VERSION="1.9.29" |
claudinei@3832 | 6 CATEGORY="development" |
claudinei@3832 | 7 SHORT_DESC="A framework for python applications with graphical user interfaces." |
claudinei@3832 | 8 MAINTAINER="claudinei@slitaz.org" |
pascal@14996 | 9 LICENSE="LGPL2.1" |
claudinei@14885 | 10 SUGGESTED="zopeinterface libglade" |
claudinei@14885 | 11 TARBALL="$SOURCE-$VERSION.tar.xz" |
claudinei@3832 | 12 WEB_SITE="http://www.async.com.br/projects/kiwi" |
claudinei@14885 | 13 WGET_URL="https://download.gnome.org/sources/kiwi/1.9/$TARBALL" |
claudinei@3832 | 14 |
pankso@9894 | 15 DEPENDS="python gtk+ pygobject pygtk" |
claudinei@14885 | 16 BUILD_DEPENDS="python-dev gtk+-dev pygobject-dev pygtk-dev wget" |
pankso@9894 | 17 |
claudinei@3832 | 18 # Rules to configure and make the package. |
claudinei@3832 | 19 compile_rules() |
claudinei@3832 | 20 { |
claudinei@3832 | 21 cd $src |
slaxemulator@9011 | 22 python setup.py install --root=$DESTDIR |
claudinei@3832 | 23 } |
claudinei@3832 | 24 |
claudinei@3832 | 25 # Rules to gen a SliTaz package suitable for Tazpkg. |
claudinei@3832 | 26 genpkg_rules() |
claudinei@3832 | 27 { |
claudinei@14885 | 28 cp -a $install/usr $fs |
claudinei@3832 | 29 } |
claudinei@3832 | 30 |