wok annotate python-kiwi/receipt @ rev 22153
updated xbindkeys (1.8.3 -> 1.8.6)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Nov 07 07:22:09 2019 +0100 (2019-11-07) |
parents | 16df76e1fc6a |
children | 6831608a1b2a |
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" |
pascal@20679 | 12 WEB_SITE="https://pypi.org/project/$SOURCE/" |
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 |