GARNAME = libgda
GARVERSION = 3.99.2
CATEGORIES = office
DISTFILES = $(GARNAME)-$(GARVERSION).tar.bz2

LIBDEPS = platform/glib platform/libxslt

DESCRIPTION = libgda
define BLURB
GNU Data Access (GDA) is an attempt to provide uniform access to
different kinds of data sources (databases, information servers, 
mail spools, etc).

libgda is an interface to the GDA architecture, providing a nice
wrapper around the GDA interfaces, for both the client and the server
parts. 
endef

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

CONFIGURE_ARGS = $(DIRPATHS)

# Csharp bindings are broken
CONFIGURE_ARGS += --enable-csharp=no

# throttle parallel Make
BUILD_ARGS = -j1

include ../category.mk

pre-configure:
	@cp $(FILEDIR)/gda-config* $(WORKSRC)/tools/
	@$(MAKECOOKIE)
