Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv4564/main/finkinfo/devel

Modified Files:
        antlr.info 
Log Message:
take maintainership, a bit of cleanup, java 1.5

Index: antlr.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/antlr.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- antlr.info  24 Aug 2009 05:17:05 -0000      1.5
+++ antlr.info  8 Sep 2009 03:08:29 -0000       1.6
@@ -1,43 +1,44 @@
 Package: antlr
 Version: 2.7.7
-Revision: 1001
+Revision: 1003
 GCC: 4.0
-Distribution: 10.4, 10.5
-Maintainer: Matthias Neeracher <[email protected]>
+Maintainer: Benjamin Reed <[email protected]>
 Conflicts: pccts
 Source: http://www.antlr2.org/download/%n-%v.tar.gz
 Source-MD5: 01cc9a2a454dd33dcd8c856ec89af090
-Type: java(1.4)
-BuildDepends: system-java14-dev
-Depends: system-java (>= 1.4-1)
+Type: java(1.5)
+BuildDepends: system-java-dev (>= 1.5-1)
+Depends: system-java (>= 1.5-1)
+ConfigureParams: --disable-csharp
 CompileScript: <<
-  #!/bin/sh -ex
-  export JAVAC=javac
-  ./configure --prefix=%i
-  make
+       #!/bin/sh -ex
+       export JAVAC=javac
+       if [ -x /usr/bin/gcc-4.2 ]; then
+               export CC=gcc-4.2 CXX=g++-4.2 CPP=cpp-4.2
+       fi
+       ./configure %c
+       make docdir=%p/share/doc/%n extradir=%p/share/%n
 <<
 InstallScript: <<
-  #!/bin/sh -ex
-  export JAVAC=javac
-  make install DESTDIR=%i
-
-  # Remove version number from doc directory
-  mv %i/share/doc/%n-%v %i/share/doc/%n
+       #!/bin/sh -ex
+       export JAVAC=javac
+       make install prefix=%i docdir=%i/share/doc/%n extradir=%i/share/%n
 
-  # Remove version number from share directory
-  mv %i/share/%n-%v %i/share/%n
+       # Remove version number from doc directory
+       mv %i/share/doc/%n-%v %i/share/doc/%n
 
-  # Remove redundant JAR files
-  rm %i/lib/%n.jar
-  rm %i/share/%n/%n.jar
+       # Remove version number from share directory
+       mv %i/share/%n-%v %i/share/%n
 
-  # Copy examples and scripts
-  cp -r examples scripts %i/share/doc/%n
+       # Remove redundant JAR files
+       rm -f %i/lib/%n.jar %i/share/%n/%n.jar
 
-  ranlib %i/lib/libantlr.a
+       # Copy examples and scripts
+       cp -r examples scripts %i/share/doc/%n
 <<
+PostInstScript: ranlib %p/lib/libantlr.a
 JarFiles: %n/%n.jar
-Description: ANother Tool for Language Recognition (formerly PCCTS)
+Description: ANother Tool for Language Recognition
 DescDetail: <<
 ANother Tool for Language Recognition (formerly PCCTS) is a language
 tool that provides a framework for constructing recognizers,


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to