1 # Contributor: Brice Méalier <mealier_brice@yahoo.fr>
5 pkgdesc="Gerris is an Open Source Free Software for the solution of the partial differential equations describing fluid flow."
6 url="http://gfs.sourceforge.net/"
9 options=('KEEPDOCS' 'NOLIBTOOL')
10 source=(http://dl.sourceforge.net/sourceforge/gfs/$pkgname-$pkgver.tar.gz)
11 md5sums=('94e0fe2089052a3e6c689f85148388bc')
14 cd $startdir/src/$pkgname-$pkgver
15 ./configure --prefix=/usr
17 make DESTDIR=$startdir/pkg install