updated on Sun Jan 22 04:03:10 UTC 2012
[aur-mirror.git] / abinit / PKGBUILD
blob86e6d7382253cdc2e8d5d96c5eae10b24c806dce
1 # Maintainer: Ed Sandberg <scarypezsanta@gmail.com>
3 pkgname=abinit
4 pkgver=6.2.3
5 pkgrel=1
6 pkgdesc="ABINIT is a package whose main program allows one to find the total energy, charge density and electronic structure of systems made of electrons and nuclei within Density Functional Theory, using pseudopotentials and a planewave basis."
7 arch=('i686' 'x86_64')
8 url="http://www.abinit.org"
9 license=('MIT')
10 depends=('gcc-fortran' 'lapack' 'blas')
11 makedepends=('pkgconfig')
12 options=('!makeflags')
13 source=(http://ftp.abinit.org/${pkgname}-${pkgver}.tar.gz)
14 md5sums=('2b07867415b5017161b729aeec836d96')
15 #sha1sums=()
17 build() {
18   cd ${srcdir}/${pkgname}-${pkgver}
19   ./configure --disable-all-plugins --prefix=/opt/etsf/abinit/6.2 || return 1
20   make || return 1
21   make DESTDIR=${pkgdir} install || return 1