GARNAME = ekiga
GARVERSION = 2.0.2
CATEGORIES = desktop
DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz

MASTER_SITES = http://www.ekiga.org/admin/downloads/$(GARVERSION)/sources/sources/

LIBDEPS = bootstrap/opal platform/libgnomeui freedesktop/avahi desktop/evolution-data-server

DESCRIPTION = ekiga
define BLURB
Ekiga (formerly known as GnomeMeeting) is an open source VoIP and video 
conferencing application for GNOME. Ekiga uses both the H.323 and SIP 
protocols. It supports many audio and video codecs, and is interoperable with 
other SIP compliant software and also with Microsoft NetMeeting.
endef

CONFIGURE_SCRIPTS = $(WORKSRC)/configure
BUILD_SCRIPTS = $(WORKSRC)/Makefile
INSTALL_SCRIPTS = $(WORKSRC)/Makefile

CONFIGURE_ARGS = $(DIRPATHS) --with-pwlib-dir=$(prefix) --with-opal-dir=$(prefix)

include ../category.mk
