the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: tinker
Version: 6.0
Revision: 1
Source: http://dasher.wustl.edu/%n/downloads/%n-%v.tar.gz
SourceRename: %n-%v.tar.gz
SourceDirectory: %n
Source-MD5: b8f093e8dae9b5f5c9c8035bdc6a5df2
BuildDepends: gcc44
Depends: gcc44-shlibs
CompileScript: <<
#!/bin/bash -ev
cd source
ls -1
:
: "This will take a few minutes to compile everything ..."
:
../macosx/gfortran/compile.make
../macosx/gfortran/library.make
ranlib libtinker.a
../macosx/gfortran/link.make
../macosx/gfortran/linkgui.make
mkdir -p ../bin
../macosx/gfortran/rename.make
cd ..
/bin/rm -rf linux make source unix macosx other windows
<<
InstallScript: <<
mkdir -p %i/share/%n
cp -R * %i/share/%n/.
mkdir -p %i/share/doc/%n
cp -R %i/share/%n/doc/* %i/share/doc/%n/.
mkdir -p %i/etc/profile.d
echo "set path = ( \$path %p/share/%n/bin )" > %i/etc/profile.d/%n.csh
echo "PATH=\$PATH:%p/share/%n/bin" > %i/etc/profile.d/%n.sh
echo "export PATH" >> %i/etc/profile.d/%n.sh
chmod 755 %i/etc/profile.d/%n.*
<<
Description: Molecular modeling software package
DescDetail: <<
The TINKER molecular modeling software is a complete and general package
for molecular mechanics and dynamics, with some special features for
biopolymers.
<<
License: Restrictive/Distributable
Homepage: http://dasher.wustl.edu/tinker/
Maintainer: W. G. Scott