bash: update to 4.2 patch level 045.
This commit is contained in:
parent
39aafe8949
commit
9c74a8f168
|
@ -1,24 +1,15 @@
|
|||
# Template build file for 'bash'.
|
||||
pkgname=bash
|
||||
_bash_distver=4.2
|
||||
_bash_patchlevel=042
|
||||
_bash_patchlevel=045
|
||||
version=${_bash_distver}.${_bash_patchlevel}
|
||||
revision=3
|
||||
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"
|
||||
register_shell="/bin/bash"
|
||||
configure_args="--without-bash-malloc --with-curses --with-installed-readline"
|
||||
makedepends="readline-devel bison"
|
||||
crossmakedepends="readline-devel"
|
||||
conflicts="chroot-bash>=0"
|
||||
short_desc="The GNU Bourne Again Shell"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.gnu.org/software/bash/bash.html"
|
||||
|
@ -26,6 +17,9 @@ license="GPL-3"
|
|||
distfiles="http://ftp.gnu.org/gnu/bash/bash-${_bash_distver}.tar.gz"
|
||||
checksum=a27a1179ec9c0830c65c6aa5d7dab60f7ce1a2a608618570f96bfa72e95ab3d8
|
||||
|
||||
conflicts="chroot-bash>=0"
|
||||
register_shell="/bin/bash"
|
||||
|
||||
pre_configure() {
|
||||
local url="http://ftp.gnu.org/gnu/bash/bash-${_bash_distver}-patches"
|
||||
local ver=$(echo ${_bash_distver}|sed "s|\.||g")
|
||||
|
|
Loading…
Reference in New Issue