4 pkgdesc="A collection of bindings to use the GTK+ 2.x with Pure"
7 url="http://code.google.com/p/pure-lang"
8 depends=('pure' 'atk' 'cairo' 'gtk2' 'pango')
9 makedepends=('make' 'gcc' 'bison' 'flex')
10 source=("http://pure-lang.googlecode.com/files/$pkgname-$pkgver.tar.gz")
11 md5sums=('dde220acd1781b7c809bca4e214181bc')
14 cd $startdir/src/$pkgname-$pkgver
17 make DESTDIR=$startdir/pkg install || return 1