bash: update to 3.2.25

This commit is contained in:
Juergen Daubert 2007-08-23 10:36:39 +02:00
parent 795350a151
commit 053d9bfc82
3 changed files with 1042 additions and 4 deletions

View File

@ -1,4 +1,4 @@
f664adcdd6caf1ead041a9f29e85cc48 bash-3.2-001-017.patch
8326553403db53a2e485095cc227cfad bash-3.2-001-025.patch
46d32222ea0ee4b92d9cad3130498e30 bash-3.2-doc.patch
00bfa16d58e034e3c2aa27f390390d30 bash-3.2.tar.gz
63900a075bcde9f9711e6d5c41084584 profile

View File

@ -7,21 +7,22 @@ name=bash
version=3.2.17
release=1
source=(http://ftp.gnu.org/gnu/$name/$name-3.2.tar.gz \
$name-3.2-001-017.patch \
$name-3.2-001-025.patch \
$name-3.2-doc.patch \
profile)
build() {
cd $name-3.2
patch -p0 < $SRC/$name-3.2-001-017.patch
patch -p0 < $SRC/$name-3.2-001-025.patch
patch -p1 < $SRC/$name-3.2-doc.patch
touch configure
./configure --prefix=/usr \
--exec-prefix= \
--mandir=/usr/man \
--disable-nls
--disable-nls \
--with-curses
make -j1
make DESTDIR=$PKG install

File diff suppressed because it is too large Load Diff