antlr stable port information

Package: antlr
Version: 2.7.7
Revision: 1003
GCC: 4.0
Maintainer: Benjamin Reed
Conflicts: pccts
Source: http://www.antlr2.org/download/%n-%v.tar.gz
Source-MD5: 01cc9a2a454dd33dcd8c856ec89af090
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
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 prefix=%i docdir=%i/share/doc/%n extradir=%i/share/%n

# 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 -f %i/lib/%n.jar %i/share/%n/%n.jar

# 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
DescDetail: <<
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
construction, tree walking, and translation.
<<
License: Public Domain
Homepage: http://www.antlr.org

antlr _unstable_ port information

Package: antlr
Version: 2.7.7
Revision: 1003
GCC: 4.0
Maintainer: Benjamin Reed
Conflicts: pccts
Source: http://www.antlr2.org/download/%n-%v.tar.gz
Source-MD5: 01cc9a2a454dd33dcd8c856ec89af090
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
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 prefix=%i docdir=%i/share/doc/%n extradir=%i/share/%n

# 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 -f %i/lib/%n.jar %i/share/%n/%n.jar

# 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
DescDetail: <<
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
construction, tree walking, and translation.
<<
License: Public Domain
Homepage: http://www.antlr.org