1 # Contributor: Hannes Rist <cowider@gmail.com>
5 pkgdesc="Lush is an object-oriented programming language designed for researchers, experimenters, and engineers interested in large-scale numerical and graphic applications."
6 url="http://lush.sourceforge.net"
8 depends=('gcc-libs' 'libsm' 'libxft')
11 source=(http://downloads.sourceforge.net/lush/lush-1.2.1.tar.gz)
12 md5sums=('04dd0caa0e59909f3f42ca95531737ae')
14 cd $startdir/src/$pkgname
15 ./configure --prefix=/usr --with-x
16 make prefix=/usr || return 1
17 make prefix=/usr DESTDIR=$startdir/pkg install