wok diff libedit/receipt @ rev 23516
updated python-numpy (1.10.1 -> 1.16.4)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Apr 06 11:21:13 2020 +0100 (2020-04-06) |
parents | 80675e0f496c |
children | 2a0479881723 |
line diff
1.1 --- a/libedit/receipt Mon Apr 01 15:57:42 2019 +0100 1.2 +++ b/libedit/receipt Mon Apr 06 11:21:13 2020 +0100 1.3 @@ -9,7 +9,7 @@ 1.4 LICENSE="BSD" 1.5 WEB_SITE="https://www.thrysoee.dk/editline/" 1.6 1.7 -SOURCE="libedit-20190324" 1.8 +SOURCE="libedit-20191231" 1.9 TARBALL="$SOURCE-$VERSION.tar.gz" 1.10 WGET_URL="$WEB_SITE$TARBALL" 1.11 1.12 @@ -19,6 +19,7 @@ 1.13 compile_rules() 1.14 { 1.15 export LDFLAGS="$LDFLAGS -ltinfo" 1.16 + 1.17 ./configure \ 1.18 --prefix=/usr \ 1.19 --mandir=/usr/share/man \ 1.20 @@ -32,5 +33,5 @@ 1.21 genpkg_rules() 1.22 { 1.23 mkdir -p $fs/usr/lib 1.24 - cp -a $install/usr/lib/*.so* $fs/usr/lib 1.25 + cp -a $install/usr/lib/*.so* $fs/usr/lib 1.26 }