4 pkgdesc="data abstraction layer; with mysql, pgsql, ldap, xml, sqlite providers"
6 url="http://www.gnome-db.org/Download"
8 depends=('glib2>=2.12.3' 'libxslt' 'popt' 'rarian' 'db>=4.7'
9 'libmysqlclient' 'postgresql-libs>=8.2.3' 'libldap' 'unixodbc' 'sqlite3')
10 makedepends=('intltool' 'pkgconfig')
12 source=(http://ftp.acc.umu.se/pub/GNOME/sources/libgda/4.0/libgda-$pkgver.tar.bz2)
13 md5sums=('065ffe3c6d267db09f652fe02f91b935')
16 cd "$srcdir/libgda-$pkgver"
18 ./configure --prefix=/usr --sysconfdir=/etc
20 make DESTDIR=$pkgdir install