wok view compiz-compizconfig-python/receipt @ rev 17563

syslinux/iso2exe: use iso size to compute md5sum, update README
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Feb 07 15:54:50 2015 +0100 (2015-02-07)
parents 02ae81877dfd
children d3eb5f4b53ea
line source
1 # SliTaz package receipt.
3 PACKAGE="compiz-compizconfig-python"
4 VERSION="0.9.4"
5 CATEGORY="x-window"
6 SHORT_DESC="Compiz Config Python module."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL2"
9 TARBALL="$PACKAGE-$VERSION.tar.bz2"
10 WEB_SITE="http://www.compiz.org/"
11 WGET_URL="http://releases.compiz.org/0.9.4/$TARBALL"
13 DEPENDS="python pygtk compiz-core compiz-libcompizconfig"
14 BUILD_DEPENDS="$DEPENDS python-dev pygtk-dev compiz-core-dev \
15 compiz-libcompizconfig-dev python-cython \
16 libxslt-dev glibmm-dev startup-notification-dev"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 cd $src
22 python setup.py build
23 python setup.py install --root=$WOK/$PACKAGE/install
24 }
26 # Rules to gen a SliTaz package suitable for Tazpkg.
27 genpkg_rules()
28 {
29 mkdir -p $fs
30 cp -a $install/usr $fs
31 }