# Maintainer: Myles English pkgname=fenics-git pkgver=1 pkgrel=1 pkgdesc="automated, efficient solution of differential equations" arch=('i686' 'x86_64') url="https://launchpad.net/fenics" license=('LGPL') groups=('fenics-git') depends=('dolfin-git') conflicts=('dolfin') options=(!emptydirs) build() { true } package() { msg "This is dummy package to pull in all the fenics components..." }