wok rev 20901

updated expect (5.45 -> 5.45.4)
author Hans-G?nter Theisgen
date Tue Feb 26 17:33:50 2019 +0100 (2019-02-26)
parents baa7232f49c4
children 0a62b750d9ad
files expect/receipt
line diff
     1.1 --- a/expect/receipt	Tue Feb 26 17:27:21 2019 +0100
     1.2 +++ b/expect/receipt	Tue Feb 26 17:33:50 2019 +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  }