Package: ssm Version: 1.4.0 Revision: 9 Maintainer: W. G. Scott DescPackaging: << Based on package created by Morten Kjeldgaard with minor edits to conform to standard Fink packaging requirements. Hack of ssm_superpose.h in the install script is required to prevent run-time error in coot. << Description: Macromolecular coordinate library License: LGPL GCC:4.0 HomePage: http://www.bioxray.dk/~mok/%N Source: http://www2.mrc-lmb.cam.ac.uk/personal/pemsley/coot/dependencies/%n-1.4.tar.gz Source-Checksum: SHA256(56e7e64ed86d7d9ec59500fd34f26f881bdb9d541916d9a817c3bfb8cf0e9508) #SourceDirectory: %n-1.4 RuntimeDepends: %n-shlibs (>= %v-%r) BuildDepends: mmdb2-dev (>= 2.0.1-1) , fink (>= 0.32), fink-package-precedence DescDetail: << SSM is a macromolecular coordinate superposition library, written by Eugene Krissinel of the EBI. The library implements the SSM algorithm of protein structure comparison in three dimensions, which includes an original procedure of matching graphs built on the protein\'s secondary-structure elements, followed by an iterative three-dimensional alignment of protein backbone Calpha atoms. The algorithm implemented by the software is described in: E. Krissinel & K. Henrick (2004) Secondary-structure matching (SSM), a new tool for fast protein structure alignment in three dimensions. Acta Crystallogr D Biol Crystallogr. 60, 2256-68. << PatchScript: << # To avoid a conflict with python # perl -pi -e 's|FF1|FF1RENAMED|g' ssm/ssm_superpose.* perl -pi -e 's|FF2|FF2RENAMED|g' ssm/ssm_superpose.* # << ConfigureParams: --enable-shared CompileScript: << %{default_script} fink-package-precedence --prohibit-bdep=%n-dev . << InstallScript: << make install DESTDIR=%d # dpkg requires every package to contain at least one actual file mkdir -p %i/share/doc/installed-packages touch %i/share/doc/installed-packages/%n << SplitOff: << Depends: mmdb2-shlibs (>= 2.0.1-1) Package: %N-shlibs Files: << lib/libssm.2.dylib << Shlibs: << %p/lib/libssm.2.dylib 3.0.0 %n (>= 1.4.0-5) << << SplitOff2: << Package: %N-dev BuildDependsOnly: True Conflicts: %N-dev (<= 1.4.0-6), %N (<= 1.4.0-6), ccp4-onlylibs-dev Replaces: ccp4-onlylibs-dev, %N-dev (<= 1.4.0-6) Depends: %N-shlibs (= %v-%r) Files: << lib/*.a lib/*.la lib/libssm.dylib include/ssm/*.h lib/pkgconfig/ssm.pc << <<