updated on Wed Jan 25 08:34:36 UTC 2012
[aur-mirror.git] / lush2 / PKGBUILD
blob33b93a91223c02cf0308f01759cb5ccdd5479621
1 # Contributor: derrida <deleuzians@gmail.com>
2 # Contributor: gucong <gucong43216@gmail.com>
4 pkgname=lush2
5 pkgver=2.0.1
6 pkgrel=1
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"
9 license=('GPL')
10 depends=('binutils')
11 optdepends=('gsl' 'lapack' 'sdl' 'opencv' 'alsa-lib')
12 makedepends=('texlive-core')
13 arch=('x86_64' 'i686')
14 options=('!libtool')
15 source=(http://downloads.sourceforge.net/lush/lush-$pkgver.tar.gz)
16 md5sums=('35547934a3038a34ef64272cec51c60b')
17 build() {
18   cd $srcdir/lush-$pkgver
19   ./configure --prefix=/usr --with-x
20   make || return 1
21   make DESTDIR=$pkgdir install || return 1