wok view python-kiwi/receipt @ rev 22781

updated freetype and freetype-dev (2.6.4 -> 2.10.1)
author Hans-G?nter Theisgen
date Sun Jan 26 09:26:49 2020 +0100 (2020-01-26)
parents 16df76e1fc6a
children 6831608a1b2a
line source
1 # SliTaz package receipt.
3 PACKAGE="python-kiwi"
4 SOURCE="kiwi"
5 VERSION="1.9.29"
6 CATEGORY="development"
7 SHORT_DESC="A framework for python applications with graphical user interfaces."
8 MAINTAINER="claudinei@slitaz.org"
9 LICENSE="LGPL2.1"
10 SUGGESTED="zopeinterface libglade"
11 TARBALL="$SOURCE-$VERSION.tar.xz"
12 WEB_SITE="https://pypi.org/project/$SOURCE/"
13 WGET_URL="https://download.gnome.org/sources/kiwi/${VERSION%.*}/$TARBALL"
15 DEPENDS="python gtk+ pygobject pygtk"
16 BUILD_DEPENDS="python-dev gtk+-dev pygobject-dev pygtk-dev wget"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 python setup.py install --root=$DESTDIR
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 cp -a $install/usr $fs
28 }