updated on Sat Jan 21 08:01:15 UTC 2012
[aur-mirror.git] / gmm / PKGBUILD
blob8940756e91ec46fc21e5782a2caf2c478d84c999
1 # Maintainer: Feng Wang <wanng.fenng AT gmail DOT com>
2 pkgname=gmm
3 pkgver=4.1
4 pkgrel=1
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"
6 arch=('i686' 'x86_64')
7 url="http://home.gna.org/getfem/"
8 license=('Lesser GPL')
9 source=("http://download.gna.org/getfem/stable/$pkgname-$pkgver.tar.gz")
10 build() {
11   cd $srcdir/$pkgname-$pkgver
13   install -d $pkgdir/usr/include/$pkgname 
14   
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')