1 # Maintainer: AndyRTR <andyrtr@archlinux.org>
2 # Contributor: Judd Vinet <jvinet@zeroflux.org>
3 # Contributor: Tom Newsom <Jeepster@gmx.co.uk>
8 pkgdesc="ODBC is an open specification for providing application developers with a predictable API with which to access Data Sources"
10 license=('GPL2' 'LGPL2.1')
11 url="http://www.unixodbc.org/"
12 backup=('etc/odbc.ini' 'etc/odbcinst.ini')
13 depends=('readline' 'libltdl')
14 source=(ftp://ftp.unixodbc.org/pub/unixODBC/unixODBC-$pkgver.tar.gz)
15 sha256sums=('52833eac3d681c8b0c9a5a65f2ebd745b3a964f208fc748f977e44015a31b207')
19 ./configure --prefix=/usr --sysconfdir=/etc
30 make DESTDIR="${pkgdir}" install
31 touch "$pkgdir"/etc/{odbc,odbcinst}.ini