4 pkgdesc="A Pure module which aims to provide a complete interface to the GNU Scientific Library"
7 url="http://code.google.com/p/pure-lang"
9 makedepends=('make' 'gcc' 'bison' 'flex')
10 source=("http://pure-lang.googlecode.com/files/$pkgname-$pkgver.tar.gz")
11 sha1sums=('fd6867e22a5c71c0c168eb8afc4a7e1ca318a984')
14 cd $startdir/src/$pkgname-$pkgver
17 make DESTDIR=$startdir/pkg install || return 1