# SliTaz package receipt.

PACKAGE="compiz-compizconfig-python"
VERSION="0.9.4"
CATEGORY="x-window"
SHORT_DESC="Compiz Config Python module."
MAINTAINER="pankso@slitaz.org"
DEPENDS="python pygtk compiz-core compiz-libcompizconfig"
BUILD_DEPENDS="$DEPENDS python-dev pygtk-dev compiz-core-dev \
compiz-libcompizconfig-dev python-cython \
libxslt-dev glibmm-dev startup-notification-dev"
TARBALL="$PACKAGE-$VERSION.tar.bz2"
WEB_SITE="http://www.compiz.org/"
WGET_URL="http://releases.compiz.org/0.9.4/$TARBALL"

# Rules to configure and make the package.
compile_rules()
{
	cd $src
	python setup.py build
	python setup.py install --root=$WOK/$PACKAGE/install
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
	mkdir -p $fs
	cp -a $_pkg/usr $fs
}