Update of /cvsroot/fink/dists/10.2/unstable/main/finkinfo/sci
In directory sc8-pr-cvs1:/tmp/cvs-serv9290

Added Files:
        pymol-0.88-1.info pymol-0.88-1.patch 
Removed Files:
        pymol-0.86-5.info pymol-0.86-5.patch 
Log Message:
New upstream version


--- NEW FILE: pymol-0.88-1.info ---
Package: pymol
Version: 0.88
Revision: 1
Maintainer: Matt Stephenson <[EMAIL PROTECTED]>
GCC: 3.1
Source: mirror:sourceforge:%n/%n-0_88-src.tgz
Source-MD5: 22d56cde503191894cd17a2965981b63
SourceDirectory: %n-%v
Depends: python22, libpng3-shlibs, numeric-py22, tcltk, pmw-py22, glut-shlibs (>= 
3.7-3)
BuildDepends: libpng3, glut (>= 3.7-3), db3 (>= 3.3.11-8), readline (>= 4.3-5), gdbm, 
gmp, expat, tcltk-dev, dlcompat-dev
PatchScript: sed 's|@prefix@|%p|g' <%a/%f.patch | patch -p1
CompileScript: <<
(cd setup; cp Rules.osx-fink %b/Rules.make)
make
<<
InstallScript: <<
mkdir -p %i/bin
mkdir -p %i/lib/%n
(cd setup; cp pymol.com.osx-fink %i/bin/pymol)
cp -r data modules examples test %i/lib/%n
<<
DocFiles: CHANGES DEVELOPERS LICENSE README
Description: Molecular graphics system
DescDetail: <<
PyMOL is a molecular graphics system with an embedded Python interpreter
designed for real-time visualization and rapid generation of high-quality
molecular graphics images and animations.
<<
DescUsage: Just type 'pymol' at the command prompt inside an X environment.
License: OSI-Approved
Homepage: http://pymol.sourceforge.net

--- NEW FILE: pymol-0.88-1.patch ---
--- pymol-0.88/contrib/modules/Makefile.pre.in.src      2002-01-27 17:08:54.000000000 
+1100
+++ pymol-0.88-patched/contrib/modules/Makefile.pre.in.src      2003-06-02 
21:37:38.000000000 +1000
@@ -88,10 +88,10 @@
 # === Variables that you may want to customize (rarely) ===
 
 # (Static) build target
-TARGET=                python
+TARGET=                python2.2
 
 # Installed python binary (used only by boot target)
-#PYTHON=               
+PYTHON=                python2.2
 
 # Add more -I and -D options here
 CFLAGS=                $(OPT) -I$(INCLUDEPY) -I$(EXECINCLUDEPY) $(DEFS)
@@ -130,7 +130,7 @@
 [EMAIL PROTECTED]@
 
 # Install prefix for architecture-independent files
-prefix=                /usr/local
+prefix=                @prefix@
 
 # Install prefix for architecture-dependent files
 exec_prefix=   $(prefix)
@@ -167,7 +167,7 @@
 MAKEFILE=      $(LIBPL)/Makefile
 CONFIGC=       $(LIBPL)/config.c
 CONFIGCIN=     $(LIBPL)/config.c.in
-SETUP=         $(LIBPL)/Setup.thread $(LIBPL)/Setup.local $(LIBPL)/Setup
+SETUP=         $(LIBPL)/Setup.config $(LIBPL)/Setup.local $(LIBPL)/Setup
 
 SYSLIBS=       $(LIBM) $(LIBC)
 

--- pymol-0.88/setup/Rules.osx-fink     2003-04-27 10:26:18.000000000 +1000
+++ pymol-0.88-patched/setup/Rules.osx-fink     2003-06-02 21:31:27.000000000 +1000
@@ -6,7 +6,7 @@
 #
 #- Building ----------------------------------------------------------
 #--- Tell "make" how to get to PyMOL 
-PYMOL_PATH = /Users/delwarl/pymol
+PYMOL_PATH = @prefix@/lib/pymol
 #---------------------------------------------------------------------
 #
 #- Dependencies ------------------------------------------------------
@@ -14,14 +14,14 @@
 XLIB_DIR = -L/usr/X11R6/lib
 XINC_DIR = -I/usr/X11R6/include
 #--- Python
-PYTHON_EXE = python
+PYTHON_EXE = python2.2
 PYTHON_LIB =
 PYTHON_LIB_DIR = 
-PYTHON_INC_DIR = -I/sw/include/python2.2 \
-       -I/sw/include/python2.2/Numeric
+PYTHON_INC_DIR = [EMAIL PROTECTED]@/include/python2.2 \
+       [EMAIL PROTECTED]@/include/python2.2/Numeric
 #--- Other external dependencies
-EXT_INC_DIR = -I/sw/include
-EXT_LIB_DIR = -L/sw/lib
+EXT_INC_DIR = [EMAIL PROTECTED]@/include
+EXT_LIB_DIR = [EMAIL PROTECTED]@/lib
 #---------------------------------------------------------------------
 #
 #- Build for LINUX as an importable module ---------------------------
@@ -30,7 +30,7 @@
 #--- PyMOL configuration
 DEFS = -D_PYMOL_MODULE -D_PYMOL_NUMPY 
 #--- How we build shared libraries
-BUILD = -bundle -bundle_loader /sw/bin/python -flat_namespace -undefined suppress
+BUILD = -bundle -bundle_loader @prefix@/bin/python2.2 -flat_namespace -undefined 
suppress
 #--- What are we trying to build?
 DEST = -o modules/pymol/_cmd.so
 #--- Gcc Options for Linux

--- pymol-0.88/setup/pymol.com.osx-fink 2003-04-27 10:26:19.000000000 +1000
+++ pymol-0.88-patched/setup/pymol.com.osx-fink 2003-06-02 22:04:16.000000000 +1000
@@ -5,7 +5,7 @@
 # ==============================================================
 # Set PYMOL_PATH to point at the correct location on your system
 #
-setenv PYMOL_PATH /Users/delwarl/pymol
+setenv PYMOL_PATH @prefix@/lib/pymol
 #
 # ==============================================================
 # (no changes usually required below here)
@@ -19,5 +19,5 @@
 endif
 #
 #
-/sw/bin/python $PYMOL_PATH/modules/pymol/__init__.py $*
[EMAIL PROTECTED]@/bin/python2.2 $PYMOL_PATH/modules/pymol/__init__.py $*
 

--- pymol-0.86-5.info DELETED ---

--- pymol-0.86-5.patch DELETED ---




-------------------------------------------------------
This SF.net email is sponsored by: eBay
Get office equipment for less on eBay!
http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to