updated on Sun Jan 15 04:04:02 UTC 2012
[aur-mirror.git] / octplot / PKGBUILD
blob74605143652230cee0ae204043bd07fc90410ad1
1 # Contributor: Andrea Scarpino <bash.lnx@gmail.com>
2 # Contributor: Volker Lorrmann <lorrmann@physik.uni-wuerzburg.de>
4 pkgname=octplot
5 pkgver=0.4.0
6 pkgrel=1
7 pkgdesc="OctPlot is a handle graphics package for Octave, the free alternative to matlab."
8 arch=('i686' 'x86_64')
9 url="http://octplot.sourceforge.net/"
10 license=('GPL')
11 depends=('octave-forge>=2006.03.17' 'fltk' 'freetype2' 'ghostscript')
12 source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
13 md5sums=('1ea6fa85b620e6af252ee64407c87285')
15 build() {
16   cd $startdir/src/$pkgname-$pkgver
17   ./configure --prefix=/usr
18   make || return 1
19   make DESTDIR=$startdir/pkg install