Info4: << Package: bash Version: 5.2.37 Revision: 1 Description: The GNU Bourne Again Shell License: GPL Maintainer: None Depends: << libgettext8-shlibs, libiconv, libncurses5-shlibs << BuildDepends: << fink (>= 0.30.0), fink-package-precedence, gettext-bin, gettext-tools, libgettext8-dev, libiconv-dev, libncurses5 << Recommends: << bash-completion, bash-doc << Source: mirror:gnu:%n/%n-%v.tar.gz Source-Checksum: SHA256(9599b22ecd1d5787ad7d3b7bf0c59f312b3396d1e281175dd1f8a4014da621ff) PatchScript: << #!/bin/sh -ev sed -e 's:@PREFIX@:%p:g' %{PatchFile} | patch -p1 << PatchFile: %n.patch PatchFile-MD5: 15e521c0692d6dee35ffff19a9f6cafa 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-largefile \ --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 \ --htmldir=%p/share/doc/bash/html << SetCPPFLAGS: -MD CompileScript: << %{default_script} fink-package-precedence --depfile-ext='\.d' . << InstallScript: << make install DESTDIR=%d ls %i/share/info rm -rf %i/share/info mkdir -p %i/share/init/bash install -m 644 init/* %i/share/init/bash/ mkdir -p %i/etc install -m 644 profile.fink %i/etc/profile ln -s bash %i/bin/rbash install -m 644 doc/rbash.1 %i/share/man/man1/ mkdir -p %i/share/doc/%n/examples/loadables install -m 644 examples/loadables/{README,Makefile,*.c} %i/share/doc/bash/examples/loadables << InfoTest: TestScript: make check || exit 2 DocFiles: doc/FAQ doc/INTRO doc/README CHANGES COMPAT COPYING NEWS NOTES RBASH README.Fink SplitOff: << Package: %N-builtins Depends: %N (= %v-%r) Files: << include lib share/doc/bash/examples << << Homepage: https://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. To set fink bash as your default shell, make sure /sw/bin/bash is in /etc/shells and then run chsh -s /sw/bin/bash http://stackoverflow.com/questions/453236/how-to-set-my-default-shell-on-mac << DescPackaging: << Former Maintainer: Benjamin Reed << <<