Choosing A Webhost:
A web hosting service is a type of Internet hosting service that allows individuals and organizations to provide their own website accessible via the World Wide Web. Web hosts are companies that provide space on a server they own for use by their clients as well as providing Internet connectivity, typically in a data center. Web hosts can also provide data center space and connectivity to the Internet for servers they do not own to be located in their data center, called colocation. more...
|
CVS: experimental/thesin/sci xdrawchem-1.3.2-1.info,NONE,1.1 xdrawchem-1.3.: msg#00568
|
Subject: |
CVS: experimental/thesin/sci xdrawchem-1.3.2-1.info,NONE,1.1 xdrawchem-1.3.2-1.patch,NONE,1.1 |
Update of /cvsroot/fink/experimental/thesin/sci
In directory usw-pr-cvs1:/tmp/cvs-serv24599
Added Files:
xdrawchem-1.3.2-1.info xdrawchem-1.3.2-1.patch
Log Message:
moving sinfink into experimental
--- NEW FILE: xdrawchem-1.3.2-1.info ---
Package: xdrawchem
Version: 1.3.2
Revision: 1
###
Depends: x11, qt3-shlibs, freetype-shlibs | freetype-hinting-shlibs, babel
BuildDepends: qt3, qt3-bin
###
Source: http://www.prism.gatech.edu/~gte067k/xdrawchem/%n-%v.tgz
Source-MD5: 9992a92b60777658f4ad95a20f818d38
###
PatchScript: sed 's|@FINKPREFIX@|%p|g' <%a/%f.patch | patch -p1
###
CompileScript: make
InstallScript: <<
mkdir -p %i/bin
make install INSTDIR=%i/bin INSTRING=%i/lib/xdrawchem
<<
###
DocFiles: *.txt
###
Description: Chemical drawing program
DescDetail: <<
XDrawChem is a program for drawing chemical structures. Features include
fixed length and fixed angle drawing, a ring tool to automatically draw
rings, and automatic alignment of structures in reactions. It can access
structures in the NCI database by name, CAS number, or formula. It can
predict 13C NMR and simple IR spectra. MDL Molfile, CML (Chemical
Markup Language), and ChemDraw binary and text file formats are supported.
<<
###
License: BSD
Maintainer: Justin F. Hallett <thesin@xxxxxxxxxxxxxxxxxxxxx>
Homepage: http://www.prism.gatech.edu/~gte067k/xdrawchem/
--- NEW FILE: xdrawchem-1.3.2-1.patch ---
diff -ruN xdrawchem-1.0.1.orig/Makefile xdrawchem-1.0.1/Makefile
--- xdrawchem-1.0.1.orig/Makefile Wed Mar 20 12:08:18 2002
+++ xdrawchem-1.0.1/Makefile Thu Mar 21 12:29:53 2002
@@ -6,15 +6,15 @@
# SERVER: database server. OK to set to "herger.ibb.gatech.edu";
# as of version 0.98, there are no other servers :)
-INSTDIR = /usr/local/bin
-INSTRING = /usr/local/lib/xdrawchem
+INSTDIR = @FINKPREFIX@/bin
+INSTRING = @FINKPREFIX@/lib/xdrawchem
xdc_server = herger.ibb.gatech.edu
## Platform-specific flags -- uncomment appropriate section
## For Linux, SGI IRIX 6.5 using gcc/g++
-CXX = g++
-INCPATH = -I/usr/include -I$(QTDIR)/include
-LIBS = -lqt -lXext -lX11 -lm
+CXX = c++
+INCPATH = -I@FINKPREFIX@/include -I$(QTDIR)/include
+LIBS = -lqt-mt -lXext -lX11 -lm
MOC = $(QTDIR)/bin/moc
## for Sun
@@ -33,9 +33,9 @@
## other compiler flags
CXXFLAGS = -g -DUNIX -DRINGHOME=\"${INSTRING}\" -DXDC_SERVER=\"${xdc_server}\"
-CC = gcc
+CC = cc
#CFLAGS = -DRINGHOME=$(RINGDIR) -DXDC_SERVER=$(SERVER)
-LFLAGS = -L$(QTDIR)/lib -L/usr/lib -L/usr/X11R6/lib
+LFLAGS = -L$(QTDIR)/lib -L@FINKPREFIX@/lib -L/usr/X11R6/lib
####### Target
-------------------------------------------------------
This sf.net email is sponsored by: Jabber Inc.
Don't miss the IM event of the season | Special offer for OSDN members!
JabberConf 2002, Aug. 20-22, Keystone, CO http://www.jabberconf.com/osdn
|
| |