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

NAME="clutter"
VERSION="1.1.2"
REVISION="1"

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

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

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