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

slitaz-base-files: set correct SLITAZ_ARCH in slitaz.conf (affected x86_64) - thanks shann
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Aug 10 15:39:58 2018 +0300 (2018-08-10)
parents 9b3461bf373c
children de355b69ea82
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+ pygobject pygtk"
17 SUGGESTED="zopeinterface libglade"
18 BUILD_DEPENDS="python-dev gtk+-dev pygobject-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 }