wok rev 20902

updated expedite (1.7.8 -> 1.7.10)
author Hans-G?nter Theisgen
date Tue Feb 26 17:52:22 2019 +0100 (2019-02-26)
parents 9a7bd10c8942
children 52fe2e3f497e
files expedite/receipt
line diff
     1.1 --- a/expedite/receipt	Tue Feb 26 17:33:50 2019 +0100
     1.2 +++ b/expedite/receipt	Tue Feb 26 17:52:22 2019 +0100
     1.3 @@ -1,23 +1,26 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="expedite"
     1.7 -VERSION="1.7.8"
     1.8 +VERSION="1.7.10"
     1.9  CATEGORY="graphics"
    1.10 +TAGS="e enlightenment"
    1.11  SHORT_DESC="Performance and correctness test suite for Evas."
    1.12  MAINTAINER="pankso@slitaz.org"
    1.13  LICENSE="BSD"
    1.14 -TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.15  WEB_SITE="https://www.enlightenment.org/"
    1.16 -WGET_URL="http://download.enlightenment.org/releases//$TARBALL"
    1.17 -TAGS="e enlightenment"
    1.18 +
    1.19 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.20 +WGET_URL="https://git.enlightenment.org/tools/$PACKAGE.git/snapshot/$TARBALL"
    1.21  
    1.22  DEPENDS="evas python"
    1.23 -BUILD_DEPENDS="evas-dev"
    1.24 +BUILD_DEPENDS="automake evas-dev"
    1.25  
    1.26  # Rules to configure and make the package.
    1.27  compile_rules()
    1.28  {
    1.29 -	./configure $CONFIGURE_ARGS && make $MAKEFLAGS && make install
    1.30 +	./autogen.sh &&
    1.31 +	make $MAKEFLAGS &&
    1.32 +	make install
    1.33  }
    1.34  
    1.35  # Rules to gen a SliTaz package suitable for Tazpkg.