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

NAME="empathy"
VERSION="2.28.1.2"
REVISION="1"

PKG_SOURCEURL='http://download.gnome.org/sources/$NAME/$VER_MAJ.$VER_MIN/$NAME-$VERSION.tar.bz2'

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

# Breaks the end of the build
PKG_DISABLESMP="oh well"

cflags "-fno-strict-aliasing"
cxxflags
prepare
analyzesource
configure "--enable-webkit=yes --enable-spell=yes --enable-map=yes --enable-moblin=no --enable-location=yes --enable-megaphone=yes --enable-nothere=yes --enable-python=yes --enable-gtk-doc=yes"
make
makeinstall install-strip
tidydocumentation
analyzebinaries
finalizepackage
packagize
cleanup

