updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / dune-common / PKGBUILD
blobb24d5422232cf65aad43c36e8f35d8d83b281e2a
1 # Maintainer: archlid <a_becker {at} live {dot} de>
2 pkgname=dune-common
3 pkgver=2.0
4 pkgrel=1
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/"
7 arch=('any')
8 license=('GPL')
9 groups=('dune-project')
10 depends=('sh' 'bash')
11 source=(http://www.dune-project.org/download/$pkgver/$pkgname-$pkgver.tar.gz)
12 md5sums=('3f7f50f28700f439eb3c9d0fc6daf863')
13 options=('!libtool')
15 build() {
16   cd "$srcdir/$pkgname-$pkgver"
17   ./configure --disable-gxx0xcheck --prefix=/usr
18   make
21 package() {
22   cd "$srcdir/$pkgname-$pkgver"
23   make DESTDIR="$pkgdir/" install