GARNAME = libgda
GARVERSION = 1.9.103
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)
BUILD_ARGS = -j1

include ../category.mk
