Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/x11
In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv9793

Modified Files:
        bbpager.info 
Log Message:
more robust X11 building


Index: bbpager.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/x11/bbpager.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- bbpager.info        13 Jan 2007 19:55:11 -0000      1.2
+++ bbpager.info        25 Aug 2008 23:50:32 -0000      1.3
@@ -3,10 +3,16 @@
 Revision: 1001
 Source: http://bbtools.windsofstorm.net/sources/%n-%v.tar.gz
 Source-MD5: 27e575bd87be25e2fe8a116412d933cc
-BuildDepends: x11-dev
+BuildDepends: x11-dev, xmkmf (>= 1.0.2-3)
 Depends: x11
 PatchScript: sed 's|@PREFIX@|%p|g' <%a/%n.patch | patch -p1
 GCC: 4.0
+CompileScript: <<
+#!/bin/sh -ev
+ export PATH=%p/lib/xmkmf/bin:$PATH 
+ ./configure %c
+ make
+<<
 InstallScript: <<
  make install DESTDIR=%d
  mkdir -p %i/share/doc/%n;


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to