bash: built with external readline, revbump.

This commit is contained in:
Juan RP 2012-03-09 00:03:09 +01:00
parent d7f51721d0
commit a4175094d2
2 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,4 @@
libncursesw.so.6 libncursesw.so.6
libdl.so.2 libdl.so.2
libc.so.6 libc.so.6
libreadline.so.6

View File

@ -3,6 +3,7 @@ pkgname=bash
_bash_patchlevel=020 _bash_patchlevel=020
_bash_distver=4.2 _bash_distver=4.2
version=${_bash_distver}.${_bash_patchlevel} version=${_bash_distver}.${_bash_patchlevel}
revision=1
#version=${_bash_distver} #version=${_bash_distver}
wrksrc=${pkgname}-${_bash_distver} wrksrc=${pkgname}-${_bash_distver}
distfiles="http://ftp.gnu.org/gnu/bash/bash-${_bash_distver}.tar.gz" distfiles="http://ftp.gnu.org/gnu/bash/bash-${_bash_distver}.tar.gz"
@ -14,8 +15,8 @@ configure_args="--without-bash-malloc --with-curses --bindir=/bin
--enable-directory-stack --enable-dparen-arithmetic --enable-extended-glob --enable-directory-stack --enable-dparen-arithmetic --enable-extended-glob
--enable-help-builtin --enable-history --enable-job-control --enable-multibyte --enable-help-builtin --enable-history --enable-job-control --enable-multibyte
--enable-process-substitution --enable-progcomp --enable-prompt-string-decoding --enable-process-substitution --enable-progcomp --enable-prompt-string-decoding
--enable-select --enable-net-redirections --enable-restricted --enable-select --enable-net-redirections --enable-restricted --enable-readline
ac_cv_func_working_mktime=yes" --with-installed-readline"
short_desc="The GNU Bourne Again Shell" short_desc="The GNU Bourne Again Shell"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.gnu.org/software/bash/bash.html" homepage="http://www.gnu.org/software/bash/bash.html"
@ -35,6 +36,7 @@ long_desc="
register_shell="/bin/bash" register_shell="/bin/bash"
Add_dependency build readline-devel
Add_dependency build ncurses-devel Add_dependency build ncurses-devel
Add_dependency build bison Add_dependency build bison