# HG changeset patch # User Dominique Corbex # Date 1370549365 -7200 # Node ID 109756bc92465b147e6a7ef7a1e2899ca73f54a0 # Parent 327920accf959312fecf5a493b4633d82ed319dd python-evas: Up to 1.7.0-3 diff -r 327920accf95 -r 109756bc9246 python-evas/receipt --- a/python-evas/receipt Thu Jun 06 22:09:23 2013 +0200 +++ b/python-evas/receipt Thu Jun 06 22:09:25 2013 +0200 @@ -1,14 +1,14 @@ # SliTaz package receipt. PACKAGE="python-evas" -VERSION="1.7.0" +VERSION="1.7.0-3" CATEGORY="base-system" -SHORT_DESC="Python bindings for evas" +SHORT_DESC="Python bindings for Evas" MAINTAINER="domcox@slitaz.org" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.enlightenment.org/" -WGET_URL="git|git://git.enlightenment.org/legacy/bindings/python/$PACKAGE.git" -TAGS="e enlightenment efl python" +WGET_URL="http://download.enlightenment.org/releases/$TARBALL" +TAGS="e enlightenment python" DEPENDS="evas python" BUILD_DEPENDS="evas-dev python-dev python-cython autoconf automake @@ -19,7 +19,7 @@ { ./autogen.sh && ./configure --prefix=/usr && - make all && make install + make $MAKEFLAGS all && make install } # Rules to gen a SliTaz package suitable for Tazpkg.