Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/devel
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv13652

Modified Files:
        antlr.info 
Log Message:
latest version to stable


Index: antlr.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/devel/antlr.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- antlr.info  20 Jan 2006 20:12:52 -0000      1.1
+++ antlr.info  20 Apr 2007 04:22:10 -0000      1.2
@@ -1,24 +1,44 @@
 Package: antlr
-Version: 2.7.4
-Revision: 2
+Version: 2.7.7
+Revision: 1001
+GCC: 4.0
 Maintainer: Matthias Neeracher <[EMAIL PROTECTED]>
 Conflicts: pccts
 Source: http://www.%n.org/download/%n-%v.tar.gz
-Source-MD5: 33df7cdc8e80447cdd78607c76f02bac
+Source-MD5: 01cc9a2a454dd33dcd8c856ec89af090
+Type: java(1.4)
+BuildDepends: system-java14-dev
+Depends: system-java (>= 1.4-1)
 CompileScript: <<
-CLASSPATH=%b ./configure %c
-CLASSPATH=%b make
+  #!/bin/sh -ex
+  export JAVAC=javac
+  ./configure --prefix=%i
+  make
 <<
 InstallScript: <<
-make install DESTDIR=%d
-ranlib %i/lib/libantlr.a
-mkdir -p %i/share/doc/%n
-cp -r doc examples scripts %i/share/doc/%n
+  #!/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
+
+  # Remove version number from share directory
+  mv %i/share/%n-%v %i/share/%n
+
+  # Remove redundant JAR files
+  rm %i/lib/%n.jar
+  rm %i/share/%n/%n.jar
+
+  # Copy examples and scripts
+  cp -r examples scripts %i/share/doc/%n
+
+  ranlib %i/lib/libantlr.a
 <<
-DocFiles: LICENSE.txt 
+JarFiles: %n/%n.jar
 Description: ANother Tool for Language Recognition (formerly PCCTS)
 DescDetail: <<
-ANother Tool for Language Recognition, (formerly PCCTS) is a language
+ANother Tool for Language Recognition (formerly PCCTS) is a language
 tool that provides a framework for constructing recognizers,
 compilers, and translators from grammatical descriptions containing
 Java, C#, or C++ actions. ANTLR provides excellent support for tree


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to