libantlr3c stable port information

# Initial Data
Package: libantlr3c
Version: 3.0.1
Revision: 1
Description: ANTLR runtime library for C, v.3
License: BSD
Maintainer: John Ridgway

# Dependencies
Depends: libantlr3c-shlibs (= %v-%r)
BuildDepends: fink (>= 0.24.12)
#Provides:
#Conflicts:
#BuildConflicts:
#Replaces:
#Recommends:
#Suggests:
#Enhances:
BuildDependsOnly: true

# Unpack
#CustomMirror: <<
# nam-US: ftp://ftp.fooquux.com/pub/bar
# asi-JP: ftp://ftp.qiixbar.jp/pub/mirror/bar
# eur-DE: ftp://ftp.barfoo.de/bar
# Primary: ftp://ftp.barbarorg/pub/
#<<
Source: http://antlr.org/download/C/%n-%v.tar.gz
#SourceN:
#SourceDirectory:
#NoSourceDirectory:
#SourceNExtractDir:
#SourceRename:
#SourceNRename:
Source-MD5: 446a20138774244b17da359a909f933b
#SourceN-MD5:
#TarFilesRename:
#TarNFilesNRename:

# Patch Phase
#UpdateConfigGuess: false or true
#UpdateConfigGuessInDirs:
#UpdateLibtool: false or true
#UpdateLibtoolInDirs:
#UpdatePoMakefile: false or true
PatchFile: %n.patch
PatchFile-MD5: 892bff589af7ddcafa486f6ad761241e
#PatchScript: <<
# patch -p1 < %{PatchFile}
#<<

# Compile Phase
#[No]SetCC:
#[No]SetCFLAGS:
#[No]SetCPP:
#[No]SetCPPFLAGS:
#[No]SetCXX:
#[No]SetCXXFLAGS:
#[No]SetDYLD_LIBRARY_PATH:
#[No]SetJAVA_HOME:
#[No]SetLD_PREBIND:
#[No]SetLD_PREBIND_ALLOW_OVERLAP:
#[No]SetLD_FORCE_NO_PREBIND:
#[No]SetLD_SEG_ADDR_TABLE:
#[No]SetLD:
#[No]SetLDFLAGS:
#[No]SetLIBRARY_PATH:
#[No]SetLIBS:
#[No]SetMACOSX_DEPLOYMENT_TARGET:
#[No]SetMAKE:
#[No]SetMFLAGS:
#[No]SetMAKEFLAGS:
ConfigureParams: --enable-64bit --disable-dependency-tracking --disable-maintainer-mode --enable-shared --enable-static --enable-fast-install
#GCC: 2.95.2, 2.95, 3.1, 3.3, or 4.0
CompileScript: <<
./configure %c
make libantlr3c_la_LDFLAGS="-release %v"
<<

# Test Suites
#InfoTest: <<
# TestScript: <<
# make check || exit 2
# <<
# TestConfigureParams:
# TestDepends:
# TestConflicts:
# TestSource:
# TestSource-MD5:
# TestSourceN:
# TestSourceN-MD5:
# TestTarFilesRename...
# TestSuiteSize: small, medium, or large -- field currently ignored
#
#<<

# Install Phase
#UpdatePOD: false or true
InstallScript: <<
make install prefix=%i
ln -s %p/lib/%n-%v.dylib %i/lib/%n.3.dylib
<<
#AppBundles:
#JarFiles:
DocFiles: AUTHORS COPYING NEWS README
#Shlibs:
#RuntimeVars:

SplitOff: <<
Package: %N-shlibs
Files: lib/%N-%v.dylib lib/%N.3.dylib
DocFiles: AUTHORS COPYING NEWS README
Shlibs: <<
%p/lib/%N-%v.dylib 0.0.0 %N (>= 3.0.1-1)
<<
<<

#SplitOffN: <<
#<<

# Build Phase
#PreInstScript:
#PostInstScript:
#PreRmScript:
#PostRmScript:
#ConfFiles:
#InfoDocs:
#DaemonicFile:
#DaemonicName:

# Additional Data
#Homepage:
DescDetail: <<
This is the C runtime library to support ANTLR v.3. As far as I know it is
still in a very rough state, but I am including the package for completeness.
<<
DescUsage: <<
This package (actually two packages) consists of a library and a set of
header files. The library is named libantlr3c, and lives in %p/lib. The
header files all live in /sw/include and all of them have names that begin
with "antlr3". No documentation is available at this time.
<<
#DescPackaging: <<
#
#<<
DescPort: <<
The patch file removes a single line from the configure file. This line
causes a warning message from configure, and Jim Idle, the developer claims
that it is a bug in autoconf/automake.
<<

libantlr3c stable port .patch

--- libantlr3c-3.0.1/configure
+++ libantlr3c-3.0.1/configure
@@ -19360,7 +19360,6 @@
# Checks for libraries.

# Checks for header files.
-$ac_includes_default



libantlr3c _unstable_ port .patch