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

Up: libexo* (0.8.0)
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Wed Jul 17 13:43:00 2013 +0200 (2013-07-17)
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 }