1 # Contributor: derrida <deleuzians@gmail.com>
2 # Contributor: gucong <gucong43216@gmail.com>
7 pkgdesc="an object-oriented programming language designed for researchers, experimenters, and engineers interested in large-scale numerical and graphic applications."
8 url="http://lush.sourceforge.net"
11 optdepends=('gsl' 'lapack' 'sdl' 'opencv' 'alsa-lib')
12 makedepends=('texlive-core')
13 arch=('x86_64' 'i686')
15 source=(http://downloads.sourceforge.net/lush/lush-$pkgver.tar.gz)
16 md5sums=('35547934a3038a34ef64272cec51c60b')
18 cd $srcdir/lush-$pkgver
19 ./configure --prefix=/usr --with-x
21 make DESTDIR=$pkgdir install || return 1