mtz2hkl stable port information

Package: mtz2hkl
Version: 0.3
Revision: 1
Maintainer: W. G. Scott
Description: Convert mtz to shelx data format
License: LGPL
HomePage: http://shelx.uni-ac.gwdg.de/~tg/mtz2x/mtz2hkl/mtz2hkl.php
Source: http://shelx.uni-ac.gwdg.de/~tg/mtz2x/%n/downloads/%v/%n_v%v.tar.gz
Source-MD5: e0240d50e4ce41ccf1ccb514455e61ab
SourceDirectory: %n
PatchFile: %n.patch
PatchFile-MD5: baab36aa80b4f9b40f9d2e89931df8ee
Depends: gpp4-shlibs
BuildDepends: gpp4-dev, clipper-dev, fink (>= 0.24.12)
GCC: 4.0
#
PatchScript: sed 's|@PREFIX@|%p|g' <%{PatchFile} | patch -p1
CompileScript: make
InstallScript: mkdir -p %i/bin ; cp mtz2hkl %i/bin/.
#
DescDetail: <<
mtz2hkl is intended to facilitate the transition from refmac5
refinement to shelxh or shelxl refinement. At high resolution refinement one
often starts with refmac5 and towards the end finishes with shelxh/ shelxl.

mtz2hkl is supposed to run with as little user interaction as possible and in
the ideal case creates an HKLF 3 or HKLF 4 file from just the filename.

The input file should be the mtz-file that refmac5 refines against.

To reference this program, please quote T. Grune: "mtz2sca and mtz2hkl:
facilitated transition from CCP4 to the SHELX program suite"
<<



mtz2hkl stable port .patch

diff -ruN mtz2hkl-dist/Makefile mtz2hkl/Makefile
--- mtz2hkl-dist/Makefile 2009-07-16 04:40:43.000000000 -0700
+++ mtz2hkl/Makefile 2009-07-16 09:32:57.000000000 -0700
@@ -1,11 +1,11 @@
CXX=g++
TARGET=mtz2hkl
-GPP4=/usr/local/crystallography/libs/gpp4-1.0.4
-INCL=-I${GPP4}/include/gpp4
+GPP4=@PREFIX@/lib
+INCL=-I@PREFIX@/include/gpp4 -I@PREFIX@/include/clipper
CFLAGS=-O3 -fPIC
-LIBS=-L${GPP4}/lib -lgpp4
+LIBS=-L@PREFIX@/lib -lgpp4

-LDFLAGS=-static
+LDFLAGS=

OBJS= \
Converter.o \

mtz2hkl _unstable_ port .patch