bash-doc stable port information

Package: bash-doc
Version: 4.2
Revision: 1
Description: Extra documentation for the GNU bash shell
License: GPL
Maintainer: Benjamin Reed

Depends: <<
bash (>= %v-1),
texinfo
<<
BuildDepends: <<
fink (>= 0.29.7-1),
tetex3-base
<<
Suggests: bash

Source: mirror:gnu:bash/bash-%v.tar.gz
Source-MD5: 3fb927c7c33022f1c327f14a81c0d4b0
Source2: http://ranger.befunk.com/fink/bash/bash42-001-008.tar.bz2
Source2-MD5: b7f0365923c85118fd84db17247b09a2
PatchScript: <<
#!/bin/sh -ev
for file in ../bash42-*; do
patch -p0 < $file
done
sed -e 's:@PREFIX@:%p:g' %{PatchFile} | patch -p1
<<
PatchFile: bash.patch
PatchFile-MD5: 1b2b42638dcecd138cf0442dd644d186

UseMaxBuildJobs: true
ConfigureParams: <<
--enable-alias \
--enable-arith-for-command \
--enable-array-variables \
--enable-bang-history \
--enable-brace-expansion \
--enable-casemod-attributes \
--enable-casemod-expansions \
--enable-command-timing \
--enable-cond-command \
--enable-cond-regexp \
--enable-coprocesses \
--enable-debugger \
--enable-directory-stack \
--enable-dparen-arithmetic \
--enable-extended-glob \
--enable-help-builtin \
--enable-history \
--enable-job-control \
--enable-multibyte \
--enable-net-redirections \
--enable-process-substitution \
--enable-progcomp \
--enable-prompt-string-decoding \
--enable-readline \
--enable-restricted \
--enable-select \
--enable-separate-helpfiles \
--with-curses \
--with-libiconv-prefix=%p \
--with-libintl-prefix=%p \
--disable-dependency-tracking
<<
CompileScript: <<
./configure %c
make doc
<<

InstallScript: <<
mkdir -p %i/share/doc/%n/html
install -m 644 doc/bash.html doc/bashref.html %i/share/doc/%n/html
mv examples %i/share/doc/%n
mkdir -p %i/share/info
install -m 644 doc/bashref.info %i/share/info/bash.info
<<
DocFiles: COPYING

InfoDocs: bash.info

Homepage: http://www.gnu.org/software/bash/bash.html
DescDetail: Documentation in texinfo and html format and example files for bash.
DescPort: <<
Man files installed as part of main bash package.
Texinfo is not required to build this package, only to read the
bash.info file.
Thanks to Carsten Klapp for help breaking bash-doc out into a
separate package.
<<