wok diff expect/receipt @ rev 23689
updated sysstat (12.1.7 -> 12.3.2)
author | Hans-G?nter Theisgen |
---|---|
date | Sun Apr 26 17:56:55 2020 +0100 (2020-04-26) |
parents | 86790a278e70 |
children | 370da83187ab |
line diff
1.1 --- a/expect/receipt Tue Aug 07 23:03:21 2018 +0200 1.2 +++ b/expect/receipt Sun Apr 26 17:56:55 2020 +0100 1.3 @@ -1,12 +1,13 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="expect" 1.7 -VERSION="5.45" 1.8 +VERSION="5.45.4" 1.9 CATEGORY="utilities" 1.10 SHORT_DESC="A tool for automating interactive applications." 1.11 MAINTAINER="samuel_trassare@yahoo.com" 1.12 LICENSE="PublicDomain" 1.13 WEB_SITE="http://expect.sourceforge.net" 1.14 + 1.15 TARBALL="$PACKAGE$VERSION.tar.gz" 1.16 WGET_URL="https://sourceforge.net/projects/$PACKAGE/files/Expect/$VERSION/$TARBALL" 1.17 1.18 @@ -17,7 +18,7 @@ 1.19 compile_rules() 1.20 { 1.21 ./configure $CONFIGURE_ARGS 2>&1 | grep -v /install-sh && 1.22 - make && 1.23 + make -j 1 && 1.24 make DESTDIR=$install install 1.25 } 1.26 1.27 @@ -25,8 +26,8 @@ 1.28 genpkg_rules() 1.29 { 1.30 mkdir -p $fs/usr/bin \ 1.31 - $fs/usr/lib 1.32 - 1.33 + $fs/usr/lib 1.34 + 1.35 cp -a $install/usr/bin/expect $fs/usr/bin 1.36 cp -a $install/usr/lib/* $fs/usr/lib 1.37 }