[arch-commits] CVS update of core/base/readline (PKGBUILD)
Jan de Groot
jgc at archlinux.org
Mon Jan 14 20:59:19 UTC 2008
Date: Monday, January 14, 2008 @ 15:59:19
Author: jgc
Path: /home/cvs-core/core/base/readline
Modified: PKGBUILD (1.27 -> 1.28)
upgpkg: readline 5.2-7
Add more patches. Rebuild on i686, fixes FS#9211
----------+
PKGBUILD | 18 ++++++++++++++----
1 file changed, 14 insertions(+), 4 deletions(-)
Index: core/base/readline/PKGBUILD
diff -u core/base/readline/PKGBUILD:1.27 core/base/readline/PKGBUILD:1.28
--- core/base/readline/PKGBUILD:1.27 Tue Dec 11 13:35:51 2007
+++ core/base/readline/PKGBUILD Mon Jan 14 15:59:19 2008
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD,v 1.27 2007/12/11 18:35:51 jgc Exp $
+# $Id: PKGBUILD,v 1.28 2008/01/14 20:59:19 jgc Exp $
# Maintainer: judd <jvinet at zeroflux.org>
pkgname=readline
pkgver=5.2
-pkgrel=6
+pkgrel=7
pkgdesc="GNU readline library"
arch=(i686 x86_64)
url="ftp://ftp.cwru.edu/pub/bash/"
@@ -18,6 +18,11 @@
ftp://ftp.cwru.edu/pub/bash/readline-5.2-patches/readline52-005
ftp://ftp.cwru.edu/pub/bash/readline-5.2-patches/readline52-006
ftp://ftp.cwru.edu/pub/bash/readline-5.2-patches/readline52-007
+ ftp://ftp.cwru.edu/pub/bash/readline-5.2-patches/readline52-008
+ ftp://ftp.cwru.edu/pub/bash/readline-5.2-patches/readline52-009
+ ftp://ftp.cwru.edu/pub/bash/readline-5.2-patches/readline52-010
+ ftp://ftp.cwru.edu/pub/bash/readline-5.2-patches/readline52-011
+ ftp://ftp.cwru.edu/pub/bash/readline-5.2-patches/readline52-012
inputrc)
md5sums=('e39331f32ad14009b9ff49cc10c5e751'
'9d4d41622aa9b230c57f68548ce87d8f'
@@ -27,16 +32,21 @@
'8106796c09b789523a3a78ab69c04b6d'
'512188e2bf0837f7eca19dbf71f182ae'
'ac17aca62eb6fb398c9f2fe9de540aff'
+ '2484c392db021905f112cf97a94dfd4c'
+ 'fc6eb35d07914fae5c57d49c12483ff7'
+ '7a2bf3dc7ac7680b1461a5701100e91b'
+ 'ef6cef6822663470f6ac8c517c5a7ec6'
+ 'e3e9f441c8111589855bc363e5640f6c'
'e5fc955f56d9fa5beb871f3279b8fa8b')
build() {
cd ${startdir}/src/${pkgname}-${pkgver}
- for i in 001 002 003 004 005 006 007; do
+ for i in 001 002 003 004 005 006 007 008 009 010 011 012; do
patch -Np2 -i ${startdir}/src/readline52-${i} || return 1
done
./configure --prefix=/usr
make SHLIB_LIBS=-lncurses || return 1
- make DESTDIR=${startdir}/pkg install
+ make DESTDIR=${startdir}/pkg install || return 1
mkdir -p ${startdir}/pkg/etc
install -m644 ../inputrc ${startdir}/pkg/etc/inputrc
More information about the arch-commits
mailing list