wok-current annotate python-kiwi/receipt @ rev 19665
Up liboping (1.9.0)
author | Paul Issott <paul@slitaz.org> |
---|---|
date | Mon Jan 30 19:09:49 2017 +0000 (2017-01-30) |
parents | d3eb5f4b53ea |
children | 6135577f4d08 |
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" |
pascal@17869 | 13 WGET_URL="https://download.gnome.org/sources/kiwi/${VERSION%.*}/$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 { |
slaxemulator@9011 | 21 python setup.py install --root=$DESTDIR |
claudinei@3832 | 22 } |
claudinei@3832 | 23 |
claudinei@3832 | 24 # Rules to gen a SliTaz package suitable for Tazpkg. |
claudinei@3832 | 25 genpkg_rules() |
claudinei@3832 | 26 { |
claudinei@14885 | 27 cp -a $install/usr $fs |
claudinei@3832 | 28 } |
al@18077 | 29 |