readline: update to 6.1, FS#543

This commit is contained in:
Juergen Daubert 2010-01-14 16:32:51 +01:00
parent aa16dbd5c7
commit 51f5c94d2f
3 changed files with 8 additions and 8 deletions

View File

@ -14,12 +14,12 @@ drwxr-xr-x root/root usr/include/readline/
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.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
lrwxrwxrwx root/root usr/lib/libhistory.so.6 -> libhistory.so.6.1
-r-xr-xr-x root/root usr/lib/libhistory.so.6.1
-rw-r--r-- root/root usr/lib/libreadline.a
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
lrwxrwxrwx root/root usr/lib/libreadline.so.6 -> libreadline.so.6.1
-r-xr-xr-x root/root usr/lib/libreadline.so.6.1
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

View File

@ -1,2 +1,2 @@
553cf04fdeec54dca12062864c3ffba3 inputrc
b7f65a48add447693be6e86f04a63019 readline-6.0.tar.gz
fc2f7e714fe792db1ce6ddc4c9fb4ef3 readline-6.1.tar.gz

View File

@ -4,12 +4,12 @@
name=readline
version=6.1
release=1
source=(http://ftp.gnu.org/gnu/$name/$name-6.0.tar.gz \
release=2
source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.gz \
inputrc)
build() {
cd $name-6.0
cd $name-$version
./configure --prefix=/usr --mandir=/usr/man
make
make DESTDIR=$PKG install