the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: autoconf
Version: 2.62
Revision: 2
Depends: m4 (>= 1.4.11)
BuildDepends: texi2html, fink (>= 0.24.12)
Conflicts: autoconf2.13, autoconf25 (<= 2.54-1)
Replaces: autoconf2.13, autoconf25 (<= 2.54-1), autoconf2.5
Source: mirror:gnu:autoconf/autoconf-%v.tar.bz2
Source-MD5: e1fb8fe0b22e651240afdfa2be537a3c
ConfigureParams: --infodir='${prefix}/share/info' --mandir='${prefix}/share/man' --program-suffix=-%v
NoSetMAKEFLAGS: true
SetMAKEFLAGS: -j1
CompileScript: <<
PERL=/usr/bin/perl ./configure %c
make
<<
InfoTest: TestScript: make check || exit 2
InstallScript: <<
#!/bin/sh -ev
install -d -m 755 %i/share/doc/installed-packages
touch %i/share/doc/installed-packages/autoconf2.5
make install DESTDIR=%d
pushd doc && make html && popd
install -d -m 755 %i/share/doc/%n/html
install -m 644 doc/*.html %i/share/doc/%n/html/
# for backwards compatibility with stuff that expects "autoconf-2.5" to be the
# "new" autoconf... (*cough* KDE *cough*)
for bin in autoconf autoheader autom4te autoreconf autoscan autoupdate ifnames; do
ln -sf $bin-%v %i/bin/$bin
ln -sf $bin %i/bin/$bin-2.59
done
rm -f %i/share/emacs/site-lisp/*.elc
rm -f %i/share/emacs/site-lisp/*.el
<<
SplitOff: <<
Package: autoconf2.5
Depends: %N (= %v-%r)
Description: Dummy package for upgrades from old autoconf 2.5
DescDetail: <<
This package exists only for upgrading the old autoconf2.5 (2.59 and older)
package. It is safe to delete.
<<
Files: %p/share/doc/installed-packages/%n
<<
DocFiles: README COPYING AUTHORS NEWS THANKS
InfoDocs: autoconf.info standards.info
#
Description: System for generating configure scripts
DescDetail: <<
GNU Autoconf is a package for generating configure scripts. These scripts are
present in a large number of free software packages and are used to detect
system features at compilation time.
This package installs the latest Autoconf version. It has some compatibility
problems with older packages. If you want to work on a package that requires
Autoconf 2.13, install the autoconf2.13 package instead.
Previously by Christoph Pfisterer
also by Chris Zubrzycki
<<
License: GPL
Homepage: http://www.gnu.org/software/autoconf/
Maintainer: Peter O'Gorman
Package: autoconf
Version: 2.62
Revision: 2
Depends: m4 (>= 1.4.11)
BuildDepends: texi2html, fink (>= 0.24.12)
Conflicts: autoconf2.13, autoconf25 (<= 2.54-1)
Replaces: autoconf2.13, autoconf25 (<= 2.54-1), autoconf2.5
Source: mirror:gnu:autoconf/autoconf-%v.tar.bz2
Source-MD5: e1fb8fe0b22e651240afdfa2be537a3c
ConfigureParams: --infodir='${prefix}/share/info' --mandir='${prefix}/share/man' --program-suffix=-%v
NoSetMAKEFLAGS: true
SetMAKEFLAGS: -j1
CompileScript: <<
PERL=/usr/bin/perl ./configure %c
make
<<
InfoTest: TestScript: make check || exit 2
InstallScript: <<
#!/bin/sh -ev
install -d -m 755 %i/share/doc/installed-packages
touch %i/share/doc/installed-packages/autoconf2.5
make install DESTDIR=%d
pushd doc && make html && popd
install -d -m 755 %i/share/doc/%n/html
install -m 644 doc/*.html %i/share/doc/%n/html/
# for backwards compatibility with stuff that expects "autoconf-2.5" to be the
# "new" autoconf... (*cough* KDE *cough*)
for bin in autoconf autoheader autom4te autoreconf autoscan autoupdate ifnames; do
ln -sf $bin-%v %i/bin/$bin
ln -sf $bin %i/bin/$bin-2.59
done
rm -f %i/share/emacs/site-lisp/*.elc
rm -f %i/share/emacs/site-lisp/*.el
<<
SplitOff: <<
Package: autoconf2.5
Depends: %N (= %v-%r)
Description: Dummy package for upgrades from old autoconf 2.5
DescDetail: <<
This package exists only for upgrading the old autoconf2.5 (2.59 and older)
package. It is safe to delete.
<<
Files: %p/share/doc/installed-packages/%n
<<
DocFiles: README COPYING AUTHORS NEWS THANKS
InfoDocs: autoconf.info standards.info
#
Description: System for generating configure scripts
DescDetail: <<
GNU Autoconf is a package for generating configure scripts. These scripts are
present in a large number of free software packages and are used to detect
system features at compilation time.
This package installs the latest Autoconf version. It has some compatibility
problems with older packages. If you want to work on a package that requires
Autoconf 2.13, install the autoconf2.13 package instead.
Previously by Christoph Pfisterer
also by Chris Zubrzycki
<<
License: GPL
Homepage: http://www.gnu.org/software/autoconf/
Maintainer: Peter O'Gorman