# $Id: PKGBUILD 42839 2009-06-18 21:01:49Z tpowa $
# Maintainer: Judd Vinet <jvinet@zeroflux.org>
# Contributor: Tom Newsom <Jeepster@gmx.co.uk>

pkgname=unixodbc
pkgver=2.2.14
pkgrel=2
pkgdesc="ODBC is an open specification for providing application developers with a predictable API with which to access Data Sources"
arch=(i686 x86_64)
license=('GPL2')
url="http://www.unixodbc.org/"
backup=('etc/odbc.ini' 'etc/odbcinst.ini')
depends=('readline>=6.0')
options=('!libtool')
source=(http://www.unixodbc.org/unixODBC-$pkgver.tar.gz)

build() {
    cd $startdir/src/unixODBC-$pkgver
    ./configure --prefix=/usr --sysconfdir=/etc --enable-gui=no
    make
    make DESTDIR=$startdir/pkg install
}


md5sums=('f47c2efb28618ecf5f33319140a7acd0')
