# $Id: $ # Description: ODBC API which provides data access standard for non-Windows platforms # URL: http://www.unixodbc.org/ # Packager: Andreas Baumann, abaumann at yahoo dot com name=unixodbc version=2.2.12 release=1 source=(http://www.$name.org/unixODBC-$version.tar.gz) build () { cd unixODBC-$version ./configure \ --prefix=/usr \ --enable-static \ --enable-shared make make prefix=$PKG/usr install chown -R root:root $PKG }