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