1 # Maintainer: Feng Wang <wanng.fenng AT gmail DOT com>
5 pkgdesc="a generic C++ finite element library which aims to offer the widest range of finite element methods and elementary matrix computations for the approximation of linear or non-linear problems, possibly in hybrid form and possibly coupled"
7 url="http://home.gna.org/getfem/"
9 source=("http://download.gna.org/getfem/stable/$pkgname-$pkgver.tar.gz")
11 cd $srcdir/$pkgname-$pkgver
13 install -d $pkgdir/usr/include/$pkgname
15 chmod +x $pkgdir/usr/include/*
17 msg "Installing package..."
18 install -m644 $srcdir/$pkgname-$pkgver/include/$pkgname/*.h $pkgdir/usr/include/$pkgname
22 md5sums=('fcd2a94927a38922c566ebdfdb5b6b76')