Info4: << Package: bash Version: 4.2 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: gnu Source-MD5: 3fb927c7c33022f1c327f14a81c0d4b0 Source2: http://ranger.befunk.com/fink/%n/%n42-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: %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/ << 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. <<