bash: update to 4.2 patchlevel 020.

This commit is contained in:
Juan RP 2011-11-24 07:56:13 +01:00
parent 292aec6ad0
commit f2f77cb2e8

View file

@ -1,22 +1,21 @@
# Template build file for 'bash'.
pkgname=bash
_bash_patchlevel=010
_bash_patchlevel=020
_bash_distver=4.2
version=${_bash_distver}.${_bash_patchlevel}
revision=2
#version=${_bash_distver}
wrksrc=${pkgname}-${_bash_distver}
distfiles="http://ftp.gnu.org/gnu/bash/bash-${_bash_distver}.tar.gz"
build_style=gnu-configure
configure_args="--without-bash-malloc --with-curses --bindir=/bin
--enable-array-variables --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-process-substitution --enable-progcomp --enable-prompt-string-decoding
--enable-select --enable-net-redirections --enable-restricted
ac_cv_func_working_mktime=yes"
--enable-array-variables --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-process-substitution --enable-progcomp --enable-prompt-string-decoding
--enable-select --enable-net-redirections --enable-restricted
ac_cv_func_working_mktime=yes"
short_desc="The GNU Bourne Again Shell"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.gnu.org/software/bash/bash.html"