1 # Contributor: Andrea Scarpino <bash.lnx@gmail.com>
2 # Contributor: Volker Lorrmann <lorrmann@physik.uni-wuerzburg.de>
7 pkgdesc="OctPlot is a handle graphics package for Octave, the free alternative to matlab."
9 url="http://octplot.sourceforge.net/"
11 depends=('octave-forge>=2006.03.17' 'fltk' 'freetype2' 'ghostscript')
12 source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
13 md5sums=('1ea6fa85b620e6af252ee64407c87285')
16 cd $startdir/src/$pkgname-$pkgver
17 ./configure --prefix=/usr
19 make DESTDIR=$startdir/pkg install