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

Added Files:
        phaser.info 
Log Message:
new version of ccp4-associated program phaser now available as its own package

--- NEW FILE: phaser.info ---
Package: phaser
Version: 2.1.1
Revision: 1
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]>


-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to