readline: update to 6.0

This commit is contained in:
Juergen Daubert 2009-05-12 11:34:32 +02:00
parent abf44998bb
commit c89901da1a
4 changed files with 29 additions and 1145 deletions

View File

@ -13,14 +13,31 @@ drwxr-xr-x root/root usr/include/readline/
-rw-r--r-- root/root usr/include/readline/tilde.h
drwxr-xr-x root/root usr/lib/
-rw-r--r-- root/root usr/lib/libhistory.a
lrwxrwxrwx root/root usr/lib/libhistory.so -> libhistory.so.5
lrwxrwxrwx root/root usr/lib/libhistory.so.5 -> libhistory.so.5.2
-r-xr-xr-x root/root usr/lib/libhistory.so.5.2
lrwxrwxrwx root/root usr/lib/libhistory.so -> libhistory.so.6
lrwxrwxrwx root/root usr/lib/libhistory.so.6 -> libhistory.so.6.0
-r-xr-xr-x root/root usr/lib/libhistory.so.6.0
-rw-r--r-- root/root usr/lib/libreadline.a
lrwxrwxrwx root/root usr/lib/libreadline.so -> libreadline.so.5
lrwxrwxrwx root/root usr/lib/libreadline.so.5 -> libreadline.so.5.2
-r-xr-xr-x root/root usr/lib/libreadline.so.5.2
lrwxrwxrwx root/root usr/lib/libreadline.so -> libreadline.so.6
lrwxrwxrwx root/root usr/lib/libreadline.so.6 -> libreadline.so.6.0
-r-xr-xr-x root/root usr/lib/libreadline.so.6.0
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man3/
-rw-r--r-- root/root usr/man/man3/history.3.gz
-rw-r--r-- root/root usr/man/man3/readline.3.gz
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/info/
-rw-r--r-- root/root usr/share/info/history.info
-rw-r--r-- root/root usr/share/info/readline.info
-rw-r--r-- root/root usr/share/info/rluserman.info
drwxr-xr-x root/root usr/share/readline/
-rw-r--r-- root/root usr/share/readline/excallback.c
-rw-r--r-- root/root usr/share/readline/fileman.c
-rw-r--r-- root/root usr/share/readline/histexamp.c
-rw-r--r-- root/root usr/share/readline/manexamp.c
-rw-r--r-- root/root usr/share/readline/rl-fgets.c
-rw-r--r-- root/root usr/share/readline/rl.c
-rw-r--r-- root/root usr/share/readline/rlcat.c
-rw-r--r-- root/root usr/share/readline/rlevent.c
-rw-r--r-- root/root usr/share/readline/rlptytest.c
-rw-r--r-- root/root usr/share/readline/rltest.c
-rw-r--r-- root/root usr/share/readline/rlversion.c

View File

@ -1,3 +1,2 @@
553cf04fdeec54dca12062864c3ffba3 inputrc
29f4be6477c36217c52a2f647eacc054 readline-5.2-001-013.patch
e39331f32ad14009b9ff49cc10c5e751 readline-5.2.tar.gz
b7f65a48add447693be6e86f04a63019 readline-6.0.tar.gz

View File

@ -3,15 +3,14 @@
# Maintainer: CRUX System Team, core-ports at crux dot nu
name=readline
version=5.2.13
version=6.0
release=1
source=(http://ftp.gnu.org/gnu/$name/$name-5.2.tar.gz \
$name-5.2-001-013.patch inputrc)
source=(http://ftp.gnu.org/gnu/$name/$name-6.0.tar.gz \
inputrc)
build() {
cd $name-5.2
patch -p0 -i $SRC/$name-5.2-001-013.patch
./configure --prefix=/usr
cd $name-6.0
./configure --prefix=/usr --mandir=/usr/man
make
make DESTDIR=$PKG install
install -D -m 644 $SRC/inputrc $PKG/etc/inputrc

File diff suppressed because it is too large Load Diff