bash: update to 4.1.2

This commit is contained in:
Juergen Daubert 2010-01-21 16:54:19 +01:00
parent 493765d418
commit d35a9b1d81
3 changed files with 7 additions and 4 deletions

View File

@ -1,2 +1,3 @@
53468bae20ceece01ff339ea2e2759eb bash-4.1-001-002.patch.gz
9800d8724815fd84994d9be65ab5e7b8 bash-4.1.tar.gz
3fee206195d50dbd8a3560a8a77f341b profile

View File

@ -4,20 +4,22 @@
# Depends on: ncurses
name=bash
version=4.1
version=4.1.2
release=1
source=(http://ftp.gnu.org/gnu/$name/$name-4.1.tar.gz \
profile)
$name-4.1-001-002.patch.gz profile)
build() {
cd $name-4.1
gunzip -c $SRC/$name-4.1-001-002.patch.gz | patch -p0
./configure --prefix=/usr \
--exec-prefix= \
--mandir=/usr/man \
--disable-nls \
--with-curses
make -j1
--with-curses
make
install -D -m 755 bash $PKG/bin/bash
install -D -m 644 doc/bash.1 $PKG/usr/man/man1/bash.1

Binary file not shown.