# HG changeset patch # User Pascal Bellard # Date 1568827619 -7200 # Node ID acc0cf34b379348a67a63728e63f078a2897d791 # Parent 76553471f1b5358c3113c796d876ce9a516803a9 Fix re2c build diff -r 76553471f1b5 -r acc0cf34b379 python-openid/receipt --- a/python-openid/receipt Tue Sep 17 17:06:24 2019 +0100 +++ b/python-openid/receipt Wed Sep 18 19:26:59 2019 +0200 @@ -7,7 +7,7 @@ MAINTAINER="pascal.bellard@slitaz.org" LICENSE="Apache" TARBALL="${PACKAGE}_$VERSION.orig.tar.gz" -WEB_SITE="http://www.janrain.com/openid-enabled/" +WEB_SITE="https://web.archive.org/web/20190226022416/http://www.janrain.com/openid-enabled/" WGET_URL="http://ftp.debian.org/debian/pool/main/${PACKAGE:0:1}/$PACKAGE/$TARBALL" DEPENDS="python" diff -r 76553471f1b5 -r acc0cf34b379 python-xlwt/receipt --- a/python-xlwt/receipt Tue Sep 17 17:06:24 2019 +0100 +++ b/python-xlwt/receipt Wed Sep 18 19:26:59 2019 +0200 @@ -8,7 +8,7 @@ MAINTAINER="pascal.bellard@slitaz.org" LICENSE="BSD" TARBALL="${SOURCE}_$VERSION.orig.tar.gz" -WEB_SITE="http://www.janrain.com/openid-enabled/" +WEB_SITE="https://web.archive.org/web/20190226022416/http://www.janrain.com/openid-enabled/" WGET_URL="http://ftp.debian.org/debian/pool/main/${SOURCE:0:1}/$SOURCE/$TARBALL" DEPENDS="python python-antlr" diff -r 76553471f1b5 -r acc0cf34b379 re2c/receipt --- a/re2c/receipt Tue Sep 17 17:06:24 2019 +0100 +++ b/re2c/receipt Wed Sep 18 19:26:59 2019 +0200 @@ -12,11 +12,14 @@ TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="https://github.com/skvadrik/re2c/archive/$VERSION.tar.gz" +BUILD_DEPENDS="automake libtool" + # Rules to configure and make the package. compile_rules() { - ./configure \ - --prefix=/usr \ + ./autogen.sh + ./configure \ + --prefix=/usr \ $CONFIGURE_ARGS && make && make DESTDIR=$DESTDIR install