mecab stable port information

Package: mecab
Version: 0.95
Revision: 1002
Description: Yet Another Morphological Analyzer - programs
License: OSI-Approved
Maintainer: Todai Fink Team
BuildDepends: libiconv-dev
Depends: %N-shlibs (>= %v-%r)
Recommends: mecab-ipadic
Conflicts: mecab (<< 0.91)
Replaces: mecab (<< 0.91)
Source: mirror:sourceforge:%n/%n-%v.tar.gz
Source-MD5: 043418ea1a36b4d4720d2711ba7c0e36
GCC: 4.0
ConfigureParams: --prefix=%p --libexecdir=%p/lib --mandir=%p/share/man --with-perl5=/usr/bin/perl --with-libiconv-prefix=%p ac_cv_lib_iconv_iconv_open=yes
PatchScript: <<
perl -pi -e 's/\@prefix\@\/libexec/\@libexecdir\@/g' mecab-config.in
perl -pi -e 's/\/ipadic$//' mecabrc.in
<<
CompileScript: <<
./configure %c
make
<<
InstallScript: make install DESTDIR=%d
DocFiles: AUTHORS BSD COPYING GPL LGPL NEWS doc/*.html
SplitOff: <<
Package: %N-shlibs
Description:Yet Another Morphological Analyzer - shlibs
Depends: libiconv
Conflicts: mecab (<< 0.91)
Replaces: mecab (<< 0.91)
ConfFiles: %p/etc/mecabrc
Files: lib/libmecab.*.dylib etc/mecabrc
Shlibs: %p/lib/libmecab.1.dylib 2.0.0 %n (>= 0.91-1001)
DocFiles: AUTHORS BSD COPYING GPL LGPL
<<
SplitOff2: <<
Package: %N-dev
Description:Yet Another Morphological Analyzer - headers
Depends: %N-shlibs (>= %v-%r)
BuildDependsOnly: true
Conflicts: mecab (<< 0.91)
Replaces: mecab (<< 0.91)
Files: bin/mecab-config include lib/libmecab.la lib/libmecab.dylib lib/libmecab.a
DocFiles: AUTHORS BSD COPYING GPL LGPL
DescPackaging: <<
Any package which links libmecab via libtool must BuildDepend on libiconv-dev.

In contrast, following packages do not need libiconv-dev.
* Any package which links libmecab without libtool
* Any package which invokes mecab-config only for the purpose to find
dictionary building tools at %p/lib/mecab
<<
<<
DescDetail: <<
Mecab is a part-of-speech and morphological analysis system.
Mecab runs two or three times quicker than Chasen, which is
another morphological analysis system.
<<
DescPort: <<
The configure attempts to determine whether to link -liconv assuming that
the libiconv has _iconv_open symbol, but in reality it has _libiconv_open.
iconv_open() is a macro defined in iconv.h. For this reason, we enforce
configure to link libiconv by ac_cv_lib_iconv_iconv_open=yes.
<<
Homepage: http://mecab.sourceforge.net/