1 # Maintainer: archlid <a_becker {at} live {dot} de>
5 pkgdesc="The Distributed and Unified Numerics Environment is a modular toolbox for solving partial differential equations (PDEs) with grid-based methods."
6 url="http://www.dune-project.org/"
9 groups=('dune-project')
11 source=(http://www.dune-project.org/download/$pkgver/$pkgname-$pkgver.tar.gz)
12 md5sums=('3f7f50f28700f439eb3c9d0fc6daf863')
16 cd "$srcdir/$pkgname-$pkgver"
17 ./configure --disable-gxx0xcheck --prefix=/usr
22 cd "$srcdir/$pkgname-$pkgver"
23 make DESTDIR="$pkgdir/" install