Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/games
In directory vz-cvs-3.sog:/tmp/cvs-serv9466/stable/main/finkinfo/games

Added Files:
        scid-x86_64.info scid-x86_64.patch 
Log Message:
blindly pulling x86_64 arch from unstable (but adjusting deps and keeping as 
separate .info per tcltk variant)


--- NEW FILE: scid-x86_64.patch ---
diff -ruN scid-orig/Makefile scid/Makefile
--- scid-orig/Makefile  2009-01-02 00:21:46.000000000 +0100
+++ scid/Makefile       2009-01-02 00:29:56.000000000 +0100
@@ -6,14 +6,15 @@
 CC = gcc
 LINK = g++
 DESTDIR =
+prefix = /usr/local
 
 # BINDIR: where the Scid programs are copied for "make install".
 #
-BINDIR = /usr/local/bin
+BINDIR = $(prefix)/bin
 
 # SHAREDIR: where scid.eco is copied for "make install".
 #
-SHAREDIR = /usr/local/share/scid
+SHAREDIR = $(prefix)/share/scid
 
 ### TCL_VERSION: Set this according to the version of Tcl/Tk you have
 #   installed that you want Scid to use: 8.0, 8.1, 8.2, 8.3, etc.
@@ -27,9 +28,9 @@
 #
 # The settings determined by "./configure" are:
 #
-TCL_INCLUDE = -I/usr/local/ActiveTcl8.5/include
-TCL_LIBRARY = -L/usr/local/ActiveTcl8.5/lib -ltcl$(TCL_VERSION) -ldl
-TK_LIBRARY  = $(TCL_LIBRARY) -ltk$(TCL_VERSION) -L/usr/lib -lX11
+TCL_INCLUDE = -I$(prefix)/include -I/usr/X11R6/include
+TCL_LIBRARY = -L$(prefix)/lib -ltcl$(TCL_VERSION) -ldl
+TK_LIBRARY  = $(TCL_LIBRARY) -ltk$(TCL_VERSION) -L/usr/X11R6/lib -lX11
 
 ### Here are other commonly used settings for the Tcl/Tk compiler options:
 

--- NEW FILE: scid-x86_64.info ---
Package: scid
Version: 3.6.26
Revision: 1002

# tied to tcltk version (8.4 on i386/ppc, 8.5 on x86_64). See .patch
Architecture: x86_64

GCC: 4.0
BuildDepends: tcltk-dev (>= 8.5), x11-dev, guile18-dev, fink (>= 0.24.12-1)
Depends: tcltk (>= 8.5), guile18-shlibs
Recommends: chess-tex
Source: mirror:sourceforge:%n/%n-%v.tar.bz2
Source-MD5: fdf70539bca21513c33ca6d3d031ec9d
SourceDirectory: %n
PatchFile: %n.patch
PatchFile-MD5: 546305fd71f8040bfc89f5f7767b23b8
CompileScript: <<
make prefix=%p
<<
DocFiles: CHANGES COPYING README THANKS
Description: Chess Information Database
DescDetail: <<
SCID (Shane's Chess Information Database) is a graphical chess data base 
application.
<<
DescPort:  <<
The configure mechanism and the Makefile included didn't seem
to have been very portable, so I bypassed the configure entirely.
<<
DescUsage: <<
chess-tex is really useful if you want to work with LaTeX, but did not
warrant pulling in teTeX.
<<
License: GPL
Maintainer: Matthias Neeracher <neerac...@mac.com>
Homepage: http://scid.sourceforge.net


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to