updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / meep / PKGBUILD
bloba0163f77a159af0ebaa9dd2e90309fbeb9787a49
1 # Contributor: Anton Bazhenov <anton.bazhenov at gmail>
3 pkgname=meep
4 pkgver=1.1.1
5 pkgrel=2
6 pkgdesc="A free finite-difference time-domain simulation software package"
7 arch=('i686' 'x86_64')
8 url="http://ab-initio.mit.edu/wiki/index.php/Meep"
9 license=('GPL')
10 depends=('lapack' 'harminv' 'guile' 'libctl' 'hdf5' 'gsl' 'fftw')
11 makedepends=('gcc-fortran')
12 optdepends=('h5utils: for visualization and conversion of scientific data')
13 options=('!libtool')
14 source=(http://ab-initio.mit.edu/$pkgname/$pkgname-$pkgver.tar.gz)
15 md5sums=('415e0cd312b6caa22b5dd612490e1ccf')
17 build() {
18   cd "$srcdir"/$pkgname-$pkgver
19   ./configure --prefix=/usr
20   make
21   make DESTDIR="$pkgdir" install