readline: updated to 7.0. Removed old workaround symlinks

This commit is contained in:
Fredrik Rinnestam 2016-09-16 19:40:38 +02:00
parent b01fd6b4e2
commit 19329fe833
4 changed files with 7 additions and 13 deletions

View File

@ -1,10 +1,8 @@
drwxr-xr-x root/root etc/
-rw-r--r-- root/root etc/inputrc
drwxr-xr-x root/root lib/
lrwxrwxrwx root/root lib/libhistory.so.6 -> libhistory.so.7.0
lrwxrwxrwx root/root lib/libhistory.so.7 -> libhistory.so.7.0
-r-xr-xr-x root/root lib/libhistory.so.7.0
lrwxrwxrwx root/root lib/libreadline.so.6 -> libreadline.so.7.0
lrwxrwxrwx root/root lib/libreadline.so.7 -> libreadline.so.7.0
-r-xr-xr-x root/root lib/libreadline.so.7.0
drwxr-xr-x root/root usr/

View File

@ -1,2 +1,2 @@
553cf04fdeec54dca12062864c3ffba3 inputrc
28ce5630b43fe24833392acc7c4dc863 readline-7.0-rc2.tar.gz
205b03a87fc83dab653b628c59b9fc91 readline-7.0.tar.gz

View File

@ -1,6 +1,6 @@
untrusted comment: verify with /etc/ports/core.pub
RWRJc1FUaeVeqkorQrDERqEl7vS3lYoOAQGQ+GPdLT9NU2rVsTQhN+6D8ZZC68P1tXDXaK9xA0SIi4mehYmrMgDUw5Swjz2yagU=
SHA256 (Pkgfile) = a71b9b4b7660478fcdc49e9393b2090a43e917a9d0029f5df58bdbe38710ac26
SHA256 (.footprint) = 96f930304c7bfe4504ce018b5b63c579fe31a7047cbf5fe8aa43e25b68876c57
SHA256 (readline-7.0-rc2.tar.gz) = 80c6e492f813bb8886e6342e294fd67362973fbb4fe281b31dcd25e22d872fe8
RWRJc1FUaeVeqjkIp30X9YYftWPPn2VnNElf9tdjDMj6YFen9ghgz15vdvYM8dcv3/FORQC3+18UmQ5vutXo9TiAhKdRSkVjAgM=
SHA256 (Pkgfile) = ade65949a0beeb997922f57a3c57590c0015d7e19399dee202cf2c72b3233048
SHA256 (.footprint) = 8991ab5f5f6a696fcb05a266f7a74f28f24845f7ca84886e9b7f3cd47571052a
SHA256 (readline-7.0.tar.gz) = 750d437185286f40a369e1e4f4764eda932b9459b5ec9a731628393dd3d32334
SHA256 (inputrc) = 9119a95d4b1407e3c4ad2b6fb92e840353e65ae9d7ec77fed75cab293cb81bcb

View File

@ -4,9 +4,9 @@
# Depends on: ncurses
name=readline
version=7.0-rc2
version=7.0
release=1
source=(http://ftp.gnu.org/gnu/bash/$name-$version.tar.gz \
source=(http://ftp.gnu.org/gnu/readline/$name-$version.tar.gz \
inputrc)
build() {
@ -21,10 +21,6 @@ build() {
ln -sf ../../lib/libhistory.so.${version:0:3} $PKG/usr/lib/libhistory.so
ln -sf ../../lib/libreadline.so.${version:0:3} $PKG/usr/lib/libreadline.so
# Compatibility symlinks, remove later
ln -s libreadline.so.7.0 $PKG/lib/libreadline.so.6
ln -s libhistory.so.7.0 $PKG/lib/libhistory.so.6
install -D -m 644 $SRC/inputrc $PKG/etc/inputrc
rm -r $PKG/usr/share/{doc,info}
}