# HG changeset patch # User Hans-G?nter Theisgen # Date 1551199942 -3600 # Node ID 0a62b750d9adad2b4a3c7c449a77d19fe977b943 # Parent 9a7bd10c8942ef0684e2c232d3d0653c8ea6b42c updated expedite (1.7.8 -> 1.7.10) diff -r 9a7bd10c8942 -r 0a62b750d9ad expedite/receipt --- a/expedite/receipt Tue Feb 26 17:33:50 2019 +0100 +++ b/expedite/receipt Tue Feb 26 17:52:22 2019 +0100 @@ -1,23 +1,26 @@ # SliTaz package receipt. PACKAGE="expedite" -VERSION="1.7.8" +VERSION="1.7.10" CATEGORY="graphics" +TAGS="e enlightenment" SHORT_DESC="Performance and correctness test suite for Evas." MAINTAINER="pankso@slitaz.org" LICENSE="BSD" -TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="https://www.enlightenment.org/" -WGET_URL="http://download.enlightenment.org/releases//$TARBALL" -TAGS="e enlightenment" + +TARBALL="$PACKAGE-$VERSION.tar.gz" +WGET_URL="https://git.enlightenment.org/tools/$PACKAGE.git/snapshot/$TARBALL" DEPENDS="evas python" -BUILD_DEPENDS="evas-dev" +BUILD_DEPENDS="automake evas-dev" # Rules to configure and make the package. compile_rules() { - ./configure $CONFIGURE_ARGS && make $MAKEFLAGS && make install + ./autogen.sh && + make $MAKEFLAGS && + make install } # Rules to gen a SliTaz package suitable for Tazpkg.