readline: update to 8.1.1

This commit is contained in:
Juergen Daubert 2021-05-04 18:16:36 +02:00
parent 0a5e0db627
commit fc0fa0fe5a
4 changed files with 20 additions and 17 deletions

View File

@ -1,6 +1,7 @@
untrusted comment: verify with /etc/ports/core.pub
RWRJc1FUaeVeqozHTWdIy0hlVhr/1+u1AIUaDgSw/JCjtuvsEJIFkttTGmCNVcMwN+KuvP8ANo+7zoHaCoBDJiI6NRTXq+oOlAE=
SHA256 (Pkgfile) = 94a75b3c5e88b7eb5688693e2a4d8ce2f0085e4c2b93419631b230bc9c97d9db
RWRJc1FUaeVeqjjICtC0pMrSz1nEhwiRhah5jWGzZyNkOJFYtEo7YK1+QuMmsuYhvWzYIO/we+I95JaDy0WzIRgpN1ZByHBTUgY=
SHA256 (Pkgfile) = dd8f60962061b6a95f93cb69491583bebf6b01f03bc42fc621af2dbecb08de52
SHA256 (.footprint) = 62ddc59833c839bc37ca4c29f0201a61fb69cf3740cf5f67388b831ff865c555
SHA256 (readline-8.1.tar.gz) = f8ceb4ee131e3232226a17f51b164afc46cd0b9e6cef344be87c65962cb82b02
SHA256 (readline-8.1.1.patch.gz) = 3ee882e8e27a08cf701c32c6c145a49245cca733aa7fe9fb8455a17e69c35dcb
SHA256 (inputrc) = 9119a95d4b1407e3c4ad2b6fb92e840353e65ae9d7ec77fed75cab293cb81bcb

View File

@ -1,26 +1,28 @@
# Description: Lets users edit command lines as they are typed in
# URL: https://tiswww.cwru.edu/php/chet/readline/rltop.html
# Maintainer: CRUX System Team, core-ports at crux dot nu
# Depends on: ncurses
# URL: https://tiswww.cwru.edu/php/chet/readline/rltop.html
# Maintainer: CRUX System Team, core-ports at crux dot nu
# Depends on: ncurses
name=readline
version=8.1
version=8.1.1
release=1
source=(http://ftpmirror.gnu.org/gnu/$name/$name-${version:0:3}.tar.gz \
inputrc)
$name-$version.patch.gz inputrc)
build() {
cd $name-${version:0:3}
cd $name-${version:0:3}
./configure --prefix=/usr
make -j1 SHLIB_LIBS=-lncurses
make -j1 DESTDIR=$PKG install
gunzip -c $SRC/$name-$version.patch.gz | patch -p0
install -d $PKG/lib
mv $PKG/usr/lib/lib*.so.* $PKG/lib
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
./configure --prefix=/usr
make -j1 SHLIB_LIBS=-lncurses
make -j1 DESTDIR=$PKG install
install -D -m 644 $SRC/inputrc $PKG/etc/inputrc
rm -r $PKG/usr/share/{doc,info}
install -d $PKG/lib
mv $PKG/usr/lib/lib*.so.* $PKG/lib
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
install -D -m 644 $SRC/inputrc $PKG/etc/inputrc
rm -r $PKG/usr/share/{doc,info}
}

Binary file not shown.

Binary file not shown.