updated on Thu Jan 12 04:00:44 UTC 2012
[aur-mirror.git] / lush / PKGBUILD
blobcdb51045d75dfbf349bfe75df554f97e73d9a18e
1 # Contributor: Hannes Rist <cowider@gmail.com>
2 pkgname=lush
3 pkgver=1.2.1
4 pkgrel=1
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"
7 license=('GPL')
8 depends=('gcc-libs' 'libsm' 'libxft')
9 arch=('x86_64')
10 options=('!libtool')
11 source=(http://downloads.sourceforge.net/lush/lush-1.2.1.tar.gz)
12 md5sums=('04dd0caa0e59909f3f42ca95531737ae')
13 build() {
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