the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: imosflm
Version: 1.0.4
Epoch: 1
Revision: 4
Source: http://www.mrc-lmb.cam.ac.uk/harry/imosflm/ver104/downloads/imosflm-%v.zip
Source-MD5: dc0675c693d5677efa413fd0d916f9ae
PatchFile: imosflm.patch
PatchFile-MD5: 4b62a8fbf3ba3096ee0b322b19709caf
Conflicts: imosflm-aqua
Replaces: imosflm-aqua
Depends: x11, ccp4 (>= 6.1.13-1), itcl, itk, iwidgets, tdom, tkimg, tktreectrl, mosflm (>= 7.0.6-4)
BuildDepends: fink (>= 0.24.12)
BuildDependsOnly: false
SourceDirectory: imosflm
NoSetLDFLAGS: true
NoSetCPPFLAGS: true
Description: Installs mosflm GUI for use with X11 TclTk
DescDetail: <<
Enables users to run the optional imosflm interface for the ccp4
program mosflm by installing all the required dependencies.
<<
PatchScript: <<
#!/bin/zsh -evf
/bin/rm -f lib/tkImageLoad.so
/bin/rm -rf c
/usr/bin/sed 's|@PREFIX@|%p|g' <%{PatchFile} | patch -p1
<<
CompileScript: true
License: OSI-Approved
Maintainer: W. G. Scott
Homepage: http://www.mrc-lmb.cam.ac.uk/harry/imosflm/
InstallScript: <<
#!/bin/zsh -evf
mkdir -p %i/share/xtal
/bin/cp -r ../imosflm %i/share/xtal/.
mkdir -p %i/bin
ln -s %p/share/xtal/imosflm/src/imosflm %i/bin/imosflm
ln -s %p/share/xtal/imosflm/src/imosflm %i/bin/imosflm-x
<<