#!/bin/sh
#
# Copyright 2009 Tyrael <tyrael@droplinegnome.org>
# Available under the terms of the GNU GPL.
#

NAME="clutter-gtk"
VERSION="0.10.2"
REVISION="1"

PKG_SOURCEURL='http://www.clutter-project.org/sources/$NAME/0.10/$NAME-$VERSION.tar.bz2'

. $DLG_ROOT/config
. $DLG_ROOT/SCRIPTS/dropline-functions.sh

cflags
cxxflags
prepare
analyzesource
configure "--enable-introspection=yes --enable-gtk-doc"
make
makeinstall
tidydocumentation
analyzebinaries
finalizepackage
packagize
cleanup
