Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/sci
In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv17561

Added Files:
        phaser.info 
Log Message:
ccp4-associated program phaser, updated version, promoted to stable

--- NEW FILE: phaser.info ---
Package: phaser
Version: 2.1.1
Revision: 1
Source: http://xanana.ucsc.edu/xtal/%n-%v-cctbx-src.tar.gz
#Source: ftp://ftp.ccp4.ac.uk/ccp4/current/prerelease/%n-%v-cctbx-src.tar.gz
Source-MD5: 28891623d3e0bca66794323113d14bf5
NoSourceDirectory: yes
Depends: ccp4 (>= 6.0.2) 
BuildDepends: ccp4 (>= 6.0.2)   
NoSetCPPFLAGS: true
NoSetLDFLAGS: true
CompileScript: << 
#!/bin/bash -efv
 CCP4=""
 export CCP4=$PWD/ccp4-6.0.2
 cd $CCP4/src/phaser
 pwd
 export CCP4_BIN=$CCP4/bin
 export CCP4_LIB=$CCP4/lib
 binary_inst="no"
 bindir=${bindir:-$CCP4_BIN}
 libdir=${libdir:-$CCP4_LIB}
 incdir=${incdir:-$CCP4/include}
 # Get Phaser environment variables, so we know where executable is.
 PHASER_MTYPE=`bin/machine_type`
 PHASER_VERSION=`grep PHASER_VERSION conf/version | awk '{print $3}'`
 ./install --prefix=$CCP4/src/phaser --force-compile --static_libraries  
--component="mmtbx" --component="phaser"
 echo " "
 echo " Building static phaser executable"
 echo " "
<<
InstallScript: <<
#!/bin/bash -efv
 mkdir -p %i/bin
 cp ccp4-6.0.2/src/%n/%n-%v/build/mac-osx/exe/phaser  %i/bin
<<
Description: CCP4 automated molecular replacement program
DescDetail: <<
Updated version of phaser for ccp4. This installs just the executable
to replace the older version in ccp4 (which does not compile on 10.5).
If you use this software please cite:
"Phaser Crystallographic Software" A.J. McCoy, R.W. Grosse-Kunstleve, 
P.D. Adams, M.D. Winn, L.C. Storoni & R.J. Read
J. Appl. Cryst. (2007). 40, 658-674
<<
License: Restrictive             
Homepage: ftp://ftp.ccp4.ac.uk/ccp4/6.0.2/prerelease/phaser.html
Maintainer: W. G. Scott <[EMAIL PROTECTED]>


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to