readline: update to 6.3.3

This commit is contained in:
Juergen Daubert 2014-03-31 19:51:34 +02:00
parent 06aa1a1548
commit 9f1b37f33b
3 changed files with 5 additions and 2 deletions

View File

@ -1,2 +1,3 @@
553cf04fdeec54dca12062864c3ffba3 inputrc
d83f610e67d9704f30c3d291c112b37d readline-6.3.3.patch.gz
33c8fb279e981274f485fd91da77e94a readline-6.3.tar.gz

View File

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

Binary file not shown.