bash: update to 4.2 patch level 039.

This commit is contained in:
Juan RP 2012-12-01 09:04:18 +01:00
parent c085ed7a5f
commit fc414fbf96
1 changed files with 8 additions and 8 deletions

View File

@ -1,20 +1,20 @@
# Template build file for 'bash'.
pkgname=bash
_bash_distver=4.2
_bash_patchlevel=037
_bash_patchlevel=039
version=${_bash_distver}.${_bash_patchlevel}
revision=1
#version=${_bash_distver}
wrksrc=${pkgname}-${_bash_distver}
build_style=gnu-configure
configure_args="--without-bash-malloc --with-curses --with-installed-readline
--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 --enable-readline"
--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 --enable-readline"
register_shell="/bin/bash"
makedepends="readline-devel ncurses-devel bison"
short_desc="The GNU Bourne Again Shell"