Info4: << Package: bash Version: 4.3.25 Revision: 1 Description: The GNU Bourne Again Shell License: GPL Maintainer: Benjamin Reed Depends: << libgettext8-shlibs, libiconv << BuildDepends: << fink (>= 0.29.7-1), gettext-bin, gettext-tools, libgettext8-dev, libiconv-dev << Recommends: << bash-completion, bash-doc << Source: mirror:gnu:%n/%n-4.3.tar.gz Source-MD5: 81348932d5da294953e15d4814c74dd1 Source2: mirror:sourceforge:fink/%n43-001-025.tar.bz2 Source2-MD5: fef1550824cce3f1d470e8c7b83d73ac PatchScript: << #!/bin/sh -ev for file in ../bash43-*; do patch -p0 < $file done sed -e 's:@PREFIX@:%p:g' %{PatchFile} | patch -p1 << PatchFile: %n.patch PatchFile-MD5: 1b2b42638dcecd138cf0442dd644d186 UseMaxBuildJobs: true ConfigureParams: << --build=%m-apple-darwin`uname -r|cut -f1 -d.` \ --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 << InstallScript: << install -d -m 755 %i/share/doc/%N make -j1 install DESTDIR="%d" htmldir="%p/share/doc/%N/html" rm -rf %i/share/info mkdir -p %i/share/init/bash mv init/* %i/share/init/bash/ mkdir -p %i/etc mv profile.fink %i/etc/profile (cd %i/bin; ln -s bash rbash;) install -m 644 doc/rbash.1 %i/share/man/man1/ << InfoTest: TestScript: make check || exit 2 DocFiles: doc/FAQ doc/INTRO doc/README CHANGES COMPAT COPYING NEWS NOTES RBASH README.Fink Homepage: http://www.gnu.org/software/bash/bash.html DescDetail: << Bash is an sh-compatible command language interpreter that executes commands read from the standard input or from a file. Bash also incorporates useful features from the Korn and C shells (ksh and csh). Bash is ultimately intended to be a conformant implementation of the IEEE Posix Shell and Tools specification (IEEE Working Group 1003.2). << DescUsage: See /sw/share/doc/bash/README.Fink for configuration advice. <<