wok view python-kiwi/receipt @ rev 18077

Rebuild Python packages to remove "*.pyc" files from package.lists (part 1).
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri May 22 17:34:18 2015 +0300 (2015-05-22)
parents d3eb5f4b53ea
children 6135577f4d08
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="http://www.async.com.br/projects/kiwi"
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 }