Package: fort77 Version: 1.18 Revision: 19 Description: Wrapper for the f2c Fortran to C converter DescDetail: << fort77 compiles Fortran, C and assembler code and links with the f2c libraries. It behaves like a 'real' fortran compiler and accepts more options than shell-script 'fc' included in f2c package. << License: Public Domain Source: http://www.ibiblio.org/pub/Linux/devel/lang/fortran/%n-%v.tar.gz Source-MD5: bf0ff304ab71be4c4c84131c4035a854 BuildDepends: fink (>= 0.25) Depends: f2c (>= 20020123-3) PatchFile: %n.patch PatchFile-MD5: 701e151c2261be0ef0e1e25adc7210df PatchScript: sed 's||%p|g' < %{PatchFile} | patch -p1 CompileScript: echo "no compile script" InstallScript: << mkdir -p %i/bin mkdir -p %i/share/man/man1 make install BINDIR=%i/bin MANDIR=%i/share/man/man1 << InfoTest: << TestScript: make test || exit 2 << Maintainer: Karl-Michael Schindler