the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: gnulib
Version: 20110609
Revision: 2
Description: GNU portability library
DescDetail: <<
Gnulib, the GNU portability library, is a macro system and C
declarations and definitions for commonly-used API elements and
abstracted system behaviors. It can be used to improve portability and
other functionality in your programs.
<<
DescUsage: <<
Please install the following to properly use gnulib-tool:
autoconf2.6,
automake1.11,
gettext-tools,
libtool2
<<
# Note that multiple licenses are used among the various modules,
# usually GPL but many are GPL/LGPL dual licensed.
License: GPL
Homepage: http://www.gnu.org/software/gnulib/
Maintainer: Daniel Johnson
Source: http://erislabs.net/ianb/projects/%n/%n-%v-stable.tar.gz
Source-MD5: 3c3a115cf7bf78106d28b22e23fbfff3
Recommends: <<
autoconf2.6,
automake1.11,
gettext-tools,
libtool2
<<
BuildDepends: <<
coreutils,
texi2html,
texinfo
<<
PatchScript: <<
perl -pi -e 's, gnulib_dir=.*$, gnulib_dir=%p/share/gnulib,' gnulib-tool
perl -pi -e 's,\tdate ,\tgdate ,' doc/Makefile
<<
CompileScript: <<
make -C doc info html
<<
InstallScript: <<
mkdir -p %i/bin
cp check-module gnulib-tool %i/bin
mkdir -p %i/share/%n
cp -R build-aux posix-modules config doc lib m4 modules top tests MODULES.html.sh Makefile %i/share/%n
chmod 0755 %i/share/%n/build-aux/config.guess
chmod 0755 %i/share/%n/build-aux/config.sub
chmod 0755 %i/share/%n/build-aux/gendocs.sh
chmod 0644 %i/share/%n/doc/gendocs_template
chmod 0755 %i/share/%n/lib/config.charset
chmod 0644 %i/share/%n/m4/fflush.m4
chmod 0644 %i/share/%n/modules/canonicalize-lgpl
chmod 0644 %i/share/%n/modules/fflush
chmod 0644 %i/share/%n/modules/fflush-tests
chmod 0644 %i/share/%n/tests/test-base64.c
chmod 0755 %i/share/%n/tests/test-closein.sh
chmod 0644 %i/share/%n/tests/test-fflush.c
chmod 0755 %i/share/%n/tests/test-posix_spawn1.in.sh
chmod 0755 %i/share/%n/tests/test-posix_spawn2.in.sh
mkdir -p %i/share/info
cp doc/gnulib.info %i/share/info
<<
DocFiles: ChangeLog COPYING DEPENDENCIES NEWS NEWS.stable README doc/gnulib.html
InfoDocs: %n.info