Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/devel
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv6253

Modified Files:
        ppl.info 
Log Message:
sync with unstable version


Index: ppl.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/devel/ppl.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- ppl.info    9 Nov 2009 17:43:45 -0000       1.3
+++ ppl.info    2 Nov 2010 02:47:05 -0000       1.4
@@ -4,13 +4,22 @@
 Distribution: 10.5, 10.6
 BuildDependsOnly: True
 Depends: %N-shlibs (= %v-%r)
-BuildDepends: gcc4.2, gmp (>= 4.2.4-1000), fink (>= 0.28)
+BuildDepends: gcc4.2, gmp (>= 4.2.4-1000), fink (>= 0.28), system-java-dev
 GCC: 4.0
 SetCC: gcc-4.2
 SetCXX: g++-4.2
 Source: ftp://ftp.cs.unipr.it/pub/%n/releases/%v/%n-%v.tar.bz2
 Source-MD5: 5667111f53150618b0fa522ffc53fc3e
 ConfigureParams: --mandir=%p/share/man
+CompileScript: <<
+       #!/bin/bash -ev
+       if [ -e /usr/libexec/java_home ]; then
+               ./configure %c --with-java=`/usr/libexec/java_home`
+       else
+               ./configure %c
+       fi
+       make
+<<
 InstallScript: make install DESTDIR=%d
 SplitOff: <<
   Package: %N-shlibs
@@ -45,6 +54,8 @@
 DescPackaging: <<
 Reminder to never move %p/lib/ppl from ppl-shlibs since it
 brings over private .la as well as private shared lib.
+
+Added CompileScript to deal with Apple's new java.
 <<
 Homepage: http://www.cs.unipr.it/ppl
 Maintainer: None <fink-de...@lists.sourceforge.net>


------------------------------------------------------------------------------
Nokia and AT&T present the 2010 Calling All Innovators-North America contest
Create new apps & games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to