readline-32: updated to version 6.3.6

This commit is contained in:
Matt Housh 2014-06-15 14:21:52 -05:00
parent 321a34351f
commit 26183de934
3 changed files with 8 additions and 4 deletions

View File

@ -1 +1,2 @@
44b8c334f34790e920a807a126996882 readline-6.3.6.patch.gz
33c8fb279e981274f485fd91da77e94a readline-6.3.tar.gz

View File

@ -4,16 +4,19 @@
# Depends on: ncurses-32
name=readline-32
version=6.3
version=6.3.6
release=1
source=(http://ftp.gnu.org/gnu/readline/readline-${version:0:3}.tar.gz)
source=(http://ftp.gnu.org/gnu/readline/readline-${version:0:3}.tar.gz \
readline-$version.patch.gz)
build() {
cd readline-${version:0:3}
gunzip -c $SRC/readline-$version.patch.gz | patch -p0
./configure --prefix=/usr --mandir=/usr/man --libdir=/usr/lib32
make SHLIB_LIBS=-lncurses
make DESTDIR=$PKG install
make -j1 SHLIB_LIBS=-lncurses
make -j1 DESTDIR=$PKG install
install -d $PKG/lib32
mv $PKG/usr/lib32/lib*.so.* $PKG/lib32

Binary file not shown.