the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: libtool2
Version: 2.4.2
Revision: 1
Maintainer: Peter O'Gorman
Depends: %N-shlibs (= %v-%r)
BuildDependsOnly: true
Conflicts: libtool14, libtool, libstroke (<= 0.5.1-2), libstroke-m4
Replaces: libtool, libtool14
Source: mirror:gnu:libtool/libtool-%v.tar.gz
Source-MD5: d2f3b7d4627e69e13514a40e72a24d50
SourceDirectory: libtool-%v
ConfigureParams: --program-prefix=g --infodir=%p/share/info --disable-dependency-tracking
CompileScript: <<
# https://trac.macports.org/ticket/32321 -- configure test gcj -fno-common hangs
F77=no FC=no GCJ=no SED=/usr/bin/sed ./configure %c
make
<<
InfoTest: <<
# Not all tests pass with latest gcc.
# http://article.gmane.org/gmane.comp.gnu.libtool.bugs/7342
TestDepends: autoconf2.6, automake1.11
TestScript: make check || :
<<
InstallScript: <<
make install DESTDIR=%d
ln -s %p/bin/glibtoolize %i/bin/libtoolize
<<
SplitOff: <<
Package: %N-shlibs
Replaces: libtool14 (<= 1.4.2-4)
Files: lib/libltdl.7*.dylib
Shlibs: %p/lib/libltdl.7.dylib 11.0.0 %n (>= 2.4-1)
Description: Shared libraries for libtool, v2.x
DocFiles: <<
README COPYING AUTHORS NEWS THANKS
libltdl/COPYING.LIB libltdl/README:README.libltdl
<<
<<
DocFiles: <<
README COPYING AUTHORS NEWS THANKS ChangeLog
libltdl/COPYING.LIB libltdl/README:README.libltdl
<<
InfoDocs: libtool.info
#
Description: Shared library build helper, v2.x
DescDetail: <<
GNU libtool knows how to build shared libraries on a wide range of
platforms. It is designed to work with autoconf to add painless shared
library support to GNU packages.
libtool-2.x is a major change from libtool-1.5. On darwin shared
libraries built with this version will have only one symlink
libfoo.dylib -> libfoo.2.dylib, not two links like on branch-1-5.
There are many many major changes in this version, and very likely
some bugs, please let me know if you come across any.
<<
DescPort: <<
Uses a 'g' prefix to avoid a naming conflict with Apple's libtool
program (which is completely unrelated).
<<
License: GPL/LGPL
Homepage: http://www.gnu.org/software/libtool