wok-next view python-kiwi/receipt @ rev 20931

pygobject3 -> python-pygobject (latest); pygobject -> python-pygobject2 (legacy)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Aug 23 08:03:04 2018 +0300 (2018-08-23)
parents a3c581bf52b8
children c022997c7a57
line source
1 # SliTaz package receipt.
3 PACKAGE="python-kiwi"
4 VERSION="1.9.29"
5 CATEGORY="development"
6 SHORT_DESC="A framework for python applications with graphical user interfaces."
7 MAINTAINER="claudinei@slitaz.org"
8 LICENSE="LGPL2.1"
9 WEB_SITE="https://github.com/stoq/kiwi"
10 REPOLOGY="python:kiwi"
12 SOURCE="kiwi"
13 TARBALL="$SOURCE-$VERSION.tar.xz"
14 WGET_URL="https://download.gnome.org/sources/kiwi/${VERSION%.*}/$TARBALL"
16 DEPENDS="python gtk+ python-pygobject2 pygtk"
17 SUGGESTED="zopeinterface libglade"
18 BUILD_DEPENDS="python-dev gtk+-dev python-pygobject2-dev pygtk-dev wget"
20 # Rules to configure and make the package.
21 compile_rules()
22 {
23 python setup.py install --root=$DESTDIR
24 }
26 # Rules to gen a SliTaz package suitable for Tazpkg.
27 genpkg_rules()
28 {
29 cp -a $install/usr $fs
30 }