#!/bin/sh
#
# Copyright 2004 Todd Kulesza <todd@dropline.net>
# Available under the terms of the GNU GPL.
#

NAME="ekiga"
VERSION="2.0.2"
REVISION="1"

PKG_SOURCEURL='http://www.ekiga.org/admin/downloads/latest/sources/sources/$NAME-$VERSION.tar.gz'

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

cflags
cxxflags
prepare
analyzesource
configure --enable-dbus
make -j2
#makecheck
makeinstall install-strip
tidydocumentation
analyzebinaries
finalizepackage
packagize
cleanup

