updated on Sat Jan 14 00:11:12 UTC 2012
[aur-mirror.git] / gerris / PKGBUILD
blob4ec9c09591a0f7800f8a7f626f6f065584283fd3
1 # Contributor: Brice Méalier <mealier_brice@yahoo.fr>
2 pkgname=gerris
3 pkgver=0.9.2
4 pkgrel=1
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/"
7 license="GPL"
8 depends=('glib' 'gts')
9 options=('KEEPDOCS' 'NOLIBTOOL')
10 source=(http://dl.sourceforge.net/sourceforge/gfs/$pkgname-$pkgver.tar.gz)
11 md5sums=('94e0fe2089052a3e6c689f85148388bc')
13 build() {
14   cd $startdir/src/$pkgname-$pkgver
15   ./configure --prefix=/usr
16   make || return 1
17   make DESTDIR=$startdir/pkg install