updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / libgda4 / PKGBUILD~
blob276e9000b7b441bf66977ac1c71172f05a382e01
1 pkgname=libgda4
2 pkgver=4.0.1
3 pkgrel=1
4 pkgdesc="data abstraction layer; with mysql, pgsql, ldap, xml, sqlite providers"
5 arch=(i686 x86_64)
6 url="http://www.gnome-db.org/Download"
7 license=('GPL')
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')
11 options=('!libtool')
12 source=(http://ftp.acc.umu.se/pub/GNOME/sources/libgda/4.0/libgda-$pkgver.tar.bz2)
13 md5sums=('065ffe3c6d267db09f652fe02f91b935')
15 build() {
16   cd "$srcdir/libgda-$pkgver"
18   ./configure --prefix=/usr --sysconfdir=/etc
19   make || return 1
20   make DESTDIR=$pkgdir install