Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/games
In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv12286

Modified Files:
        xjig-10.5.info xlaby-10.5.info xpilot.info 
Log Message:
use fink's xmkmf


Index: xlaby-10.5.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/games/xlaby-10.5.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- xlaby-10.5.info     4 Aug 2007 14:06:58 -0000       1.1
+++ xlaby-10.5.info     3 May 2008 22:01:17 -0000       1.2
@@ -3,7 +3,7 @@
 Revision: 1
 Distribution: 10.5
 ###
-BuildDepends: x11-dev
+BuildDepends: x11-dev, xmkmf (>= 1.0.2-3)
 Depends: x11
 ###
 Source: ftp://ftp.ac-grenoble.fr/ge/educational_games/%n-%v.tgz
@@ -12,11 +12,17 @@
 #Patch: %f.patch
 ###
 CompileScript: <<
+#!/bin/sh -ev
+ export PATH=%p/lib/xmkmf/bin:$PATH 
+ export IMAKEINCLUDE=-I%p/lib/X11/config
 xmkmf -a
 make
 <<
 ###
 InstallScript: <<
+#!/bin/sh -ev
+ export PATH=%p/lib/xmkmf/bin:$PATH 
+ export IMAKEINCLUDE=-I%p/lib/X11/config
 mkdir -p %i/bin
 mkdir -p %i/share/man/man6
 cp %n %i/bin

Index: xjig-10.5.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/games/xjig-10.5.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- xjig-10.5.info      4 Aug 2007 22:17:55 -0000       1.1
+++ xjig-10.5.info      3 May 2008 22:01:17 -0000       1.2
@@ -4,7 +4,7 @@
 Distribution: 10.5
 GCC: 4.0
 ###
-BuildDepends: x11-dev
+BuildDepends: x11-dev, xmkmf (>= 1.0.2-3)
 Depends: x11
 ###
 Source: ftp://ftp.ac-grenoble.fr/ge/educational_games/%n-%v.tgz
@@ -13,12 +13,18 @@
 #Patch: %f.patch
 ###
 CompileScript: <<
+#!/bin/sh -ev
+ export PATH=%p/lib/xmkmf/bin:$PATH 
+ export IMAKEINCLUDE=-I%p/lib/X11/config
 xmkmf -a
 make %n CXXFLAGS="-I/usr/X11R6/include" 
JIG_DEFAULT=\\\"%p/share/%n/tina.gif\\\"
 make
 <<
 ###
 InstallScript: <<
+#!/bin/sh -ev
+ export PATH=%p/lib/xmkmf/bin:$PATH 
+ export IMAKEINCLUDE=-I%p/lib/X11/config
 mkdir -p %i/bin
 mkdir -p %i/share/%n
 mkdir -p %i/share/man/man6

Index: xpilot.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/games/xpilot.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- xpilot.info 20 Jan 2006 20:25:01 -0000      1.1
+++ xpilot.info 3 May 2008 22:01:18 -0000       1.2
@@ -7,14 +7,20 @@
 Secondary: ftp://ftp.xpilot.org/pub/xpilot/old/
 <<
 Source-MD5: f2774fda5938629001ed65a311554c01
-BuildDepends: x11-dev
+BuildDepends: x11-dev, xmkmf (>= 1.0.2-3)
 Depends: x11
 PatchScript: sed 's:@PREFIX@:%p:g' <%a/%n.patch | patch -p1
 CompileScript: <<
+#!/bin/sh -ev
+ export PATH=%p/lib/xmkmf/bin:$PATH 
+ export IMAKEINCLUDE=-I%p/lib/X11/config
 xmkmf -a
 make
 <<
 InstallScript: <<
+#!/bin/sh -ev
+ export PATH=%p/lib/xmkmf/bin:$PATH 
+ export IMAKEINCLUDE=-I%p/lib/X11/config
 make install DESTDIR=%d INSTALLFLAGS=-c
 make install.man DESTDIR=%d MANPATH=%p/share/man DOCDIR=%p/share/doc/%n 
INSTALLFLAGS=-c
 <<


-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to