wok rev 21858

Fix re2c build
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Sep 18 19:26:59 2019 +0200 (2019-09-18)
parents 76553471f1b5
children d310b6c488c0
files python-openid/receipt python-xlwt/receipt re2c/receipt
line diff
     1.1 --- a/python-openid/receipt	Tue Sep 17 17:06:24 2019 +0100
     1.2 +++ b/python-openid/receipt	Wed Sep 18 19:26:59 2019 +0200
     1.3 @@ -7,7 +7,7 @@
     1.4  MAINTAINER="pascal.bellard@slitaz.org"
     1.5  LICENSE="Apache"
     1.6  TARBALL="${PACKAGE}_$VERSION.orig.tar.gz"
     1.7 -WEB_SITE="http://www.janrain.com/openid-enabled/"
     1.8 +WEB_SITE="https://web.archive.org/web/20190226022416/http://www.janrain.com/openid-enabled/"
     1.9  WGET_URL="http://ftp.debian.org/debian/pool/main/${PACKAGE:0:1}/$PACKAGE/$TARBALL"
    1.10  
    1.11  DEPENDS="python"
     2.1 --- a/python-xlwt/receipt	Tue Sep 17 17:06:24 2019 +0100
     2.2 +++ b/python-xlwt/receipt	Wed Sep 18 19:26:59 2019 +0200
     2.3 @@ -8,7 +8,7 @@
     2.4  MAINTAINER="pascal.bellard@slitaz.org"
     2.5  LICENSE="BSD"
     2.6  TARBALL="${SOURCE}_$VERSION.orig.tar.gz"
     2.7 -WEB_SITE="http://www.janrain.com/openid-enabled/"
     2.8 +WEB_SITE="https://web.archive.org/web/20190226022416/http://www.janrain.com/openid-enabled/"
     2.9  WGET_URL="http://ftp.debian.org/debian/pool/main/${SOURCE:0:1}/$SOURCE/$TARBALL"
    2.10  
    2.11  DEPENDS="python python-antlr"
     3.1 --- a/re2c/receipt	Tue Sep 17 17:06:24 2019 +0100
     3.2 +++ b/re2c/receipt	Wed Sep 18 19:26:59 2019 +0200
     3.3 @@ -12,11 +12,14 @@
     3.4  TARBALL="$PACKAGE-$VERSION.tar.gz"
     3.5  WGET_URL="https://github.com/skvadrik/re2c/archive/$VERSION.tar.gz"
     3.6  
     3.7 +BUILD_DEPENDS="automake libtool"
     3.8 +
     3.9  # Rules to configure and make the package.
    3.10  compile_rules()
    3.11  {
    3.12 -	./configure		\
    3.13 -		--prefix=/usr	\
    3.14 +	./autogen.sh
    3.15 +	./configure \
    3.16 +		--prefix=/usr \
    3.17  		$CONFIGURE_ARGS &&
    3.18  	make &&
    3.19  	make DESTDIR=$DESTDIR install