# Contributor: Carlo Landmeter # Maintainer: Carlo Landmeter pkgname=unixodbc pkgver=2.2.14 pkgrel=2 pkgdesc="ODBC is an open specification to access Data Sources" url="http://www.unixodbc.org/" license="GPL2" depends="readline" makedepends="readline-dev" subpackages="$pkgname-dev" source="http://www.unixodbc.org/unixODBC-${pkgver}.tar.gz" build() { cd "$srcdir/unixODBC-$pkgver" ./configure --prefix=/usr \ --sysconfdir=/etc \ --mandir=/usr/share/man \ --infodir=/usr/share/info \ --disable-nls \ --enable-gui=no make || return 1 } package() { cd "$srcdir/unixODBC-$pkgver" make -j1 DESTDIR="$pkgdir" install } md5sums="f47c2efb28618ecf5f33319140a7acd0 unixODBC-2.2.14.tar.gz"