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

libhx, openjpeg, vlc, zlib: update bdeps (bb incompatibilities)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Mar 13 13:21:44 2012 +0100 (2012-03-13)
parents
children 380ffe05937a
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 DEPENDS="python pygtk compiz-core compiz-libcompizconfig"
9 BUILD_DEPENDS="$DEPENDS python-dev pygtk-dev compiz-core-dev \
10 compiz-libcompizconfig-dev python-cython \
11 libxslt-dev glibmm-dev startup-notification-dev"
12 TARBALL="$PACKAGE-$VERSION.tar.bz2"
13 WEB_SITE="http://www.compiz.org/"
14 WGET_URL="http://releases.compiz.org/0.9.4/$TARBALL"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 cd $src
20 python setup.py build
21 python setup.py install --root=$WOK/$PACKAGE/install
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 mkdir -p $fs
28 cp -a $_pkg/usr $fs
29 }