#!/bin/bash
#
# Copyright 2008-2012 Sasa Ostrouska <saxa@droplinegnome.org>
# Available under the terms of the GNU GPL.
#

NAME="telepathy-glib"
VERSION="0.20.0"
REVISION="1"

PKG_SOURCEURL='http://telepathy.freedesktop.org/releases/$NAME/$NAME-$VERSION.tar.gz'
PKG_SANIFYNOTOUCH="1"

. $DLG_ROOT/etc/config
. $DLG_ROOT/lib/dl-base

cflags
cxxflags
prepare
analyzesource
configure --enable-vala-bindings=yes \
	--enable-introspection=yes
make
makeinstall
tidydocumentation
analyzebinaries
finalizepackage
packagize
cleanup
