bash: switch to /usr.

This commit is contained in:
Juan RP 2012-07-09 17:12:59 +02:00
parent b91ff07e65
commit c266c1d192
1 changed files with 4 additions and 5 deletions

View File

@ -3,26 +3,25 @@ pkgname=bash
_bash_patchlevel=029
_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
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
--with-installed-readline"
--enable-select --enable-net-redirections --enable-restricted --enable-readline"
register_shell="/bin/bash"
makedepends="readline-devel ncurses-devel bison"
revision=1
short_desc="The GNU Bourne Again Shell"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.gnu.org/software/bash/bash.html"
license="GPL-3"
distfiles="http://ftp.gnu.org/gnu/bash/bash-${_bash_distver}.tar.gz"
checksum=a27a1179ec9c0830c65c6aa5d7dab60f7ce1a2a608618570f96bfa72e95ab3d8
long_desc="
Bash is an sh-compatible shell that incorporates useful features from