Update all packages for xbps-src>=28. WARNING: xbps-src-28 (or from git) required!

This commit is contained in:
Juan RP
2012-05-23 18:26:56 +02:00
parent 900779add4
commit 1816de0e4a
2107 changed files with 3050 additions and 10194 deletions

View File

@@ -16,6 +16,7 @@ configure_args="--without-bash-malloc --with-curses --bindir=/bin
--enable-process-substitution --enable-progcomp --enable-prompt-string-decoding
--enable-select --enable-net-redirections --enable-restricted --enable-readline
--with-installed-readline"
makedepends="readline-devel ncurses-devel bison"
short_desc="The GNU Bourne Again Shell"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.gnu.org/software/bash/bash.html"
@@ -35,9 +36,6 @@ long_desc="
register_shell="/bin/bash"
Add_dependency build readline-devel
Add_dependency build ncurses-devel
Add_dependency build bison
pre_configure() {
local url="http://ftp.gnu.org/gnu/bash/bash-${_bash_distver}-patches"