diff --git a/srcpkgs/arpack-ng/template b/srcpkgs/arpack-ng/template index 624e09b4413..b193394282a 100644 --- a/srcpkgs/arpack-ng/template +++ b/srcpkgs/arpack-ng/template @@ -1,8 +1,9 @@ # Template file for 'arpack-ng' pkgname=arpack-ng -version=3.2.0 +version=3.3.0 revision=1 build_style=gnu-configure +hostmakedepends="automake libtool" makedepends="gcc-fortran libgfortran-devel blas-devel lapack-devel" short_desc="Collection of Fortran77 subroutines" maintainer="Diogo Leal " @@ -10,9 +11,12 @@ nocross=yes license="BSD" homepage="https://github.com/opencollab/arpack-ng" distfiles="https://github.com/opencollab/arpack-ng/archive/${version}.tar.gz" -checksum=ce6de85d8de6ae3a741fb9d6169c194ff1b2ffdab289f7af8e41d71bb7818cbb +checksum=ad59811e7d79d50b8ba19fd908f92a3683d883597b2c7759fdcc38f6311fe5b3 -pos_install(){ - vlicense COPYING +pre_configure(){ + ./bootstrap } +post_install(){ + vlicense COPYING +}