4 pkgdesc="A Pure module to access to all ODBC-capable databases"
7 url="http://code.google.com/p/pure-lang"
8 depends=('pure' 'libiodbc')
9 makedepends=('make' 'gcc' 'bison' 'flex')
10 source=("http://pure-lang.googlecode.com/files/$pkgname-$pkgver.tar.gz")
11 md5sums=('6f6f6676286af996029b75f71602c9ac')
14 cd $startdir/src/$pkgname-$pkgver
17 make DESTDIR=$startdir/pkg install || return 1