wok-next diff expect/receipt @ rev 20983

Small updates
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Sep 28 13:48:52 2018 +0300 (2018-09-28)
parents 0e7893ac206d
children d5aab818505e
line diff
     1.1 --- a/expect/receipt	Sat Feb 24 16:17:33 2018 +0200
     1.2 +++ b/expect/receipt	Fri Sep 28 13:48:52 2018 +0300
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt v2.
     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 @@ -9,14 +9,16 @@
    1.13  WEB_SITE="http://expect.sourceforge.net"
    1.14  
    1.15  TARBALL="$PACKAGE$VERSION.tar.gz"
    1.16 -WGET_URL="http://sourceforge.net/projects/$PACKAGE/files/Expect/$VERSION/$TARBALL"
    1.17 +WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.18  
    1.19  BUILD_DEPENDS="tcl-dev"
    1.20  COOKOPTS="!skip-log-errors" # for:
    1.21  # chmod: cannot access './install-sh': No such file or directory
    1.22  
    1.23  compile_rules() {
    1.24 -	./configure $CONFIGURE_ARGS && make && make DESTDIR=$DESTDIR install
    1.25 +	./configure $CONFIGURE_ARGS &&
    1.26 +	make &&
    1.27 +	make DESTDIR=$DESTDIR install
    1.28  }
    1.29  
    1.30  genpkg_rules() {