arpack _unstable_ port information

Package: arpack
Version: 96patched
Revision: 1
Maintainer: Alexander Hansen
Description: Solve large scale eigenvalue problems
DescDetail: <<
ARPACK is a collection of Fortran77 subroutines designed to solve large scale
eigenvalue problems.
<<
Homepage: http://www.caam.rice.edu/software/ARPACK
License: BSD

Source: http://www.caam.rice.edu/software/ARPACK/SRC/arpack96.tar.gz
Source2: http://www.caam.rice.edu/software/ARPACK/SRC/patch.tar.gz
Source2Rename: arpack-patch.tar.gz
Source-MD5: fffaa970198b285676f4156cebc8626e
Source2-MD5: 14830d758f195f272b8594a493501fa2
SourceDirectory: ARPACK
BuildDepends: fink (>=0.24.12), gcc44

PatchFile: %n.patch
PatchFile-MD5: 3da01c39e89e33ea51728b396966f485
PatchScript: <<
sed -e 's|FINKPREFIX|%p|g' %{PatchFile} | patch -p1
perl -pi -e 's|\$\(HOME\)/ARPACK|%b|' ARmake.inc
<<

CompileScript: make all
InstallScript: <<
install -d -v %i/lib
install -m 644 -v libarpack.a %i/lib
ranlib %i/lib/libarpack.a
install -d -v %i/share
cp -r -v EXAMPLES %i/share
<<
DocFiles: DOCUMENTS
DescPackaging: <<
Borrowed liberally from Macports.
Needs a gfortran; I've arbitrarily chosen gcc44, as it's going to be the
lowest-versioned one available on 10.6.
Static-only library until I, or somebody else, figures out how to make it
dynamic.
<<