# HG changeset patch # User Dominique Corbex # Date 1370549370 -7200 # Node ID 3ad2166dd4fe4901809cb961f3610da05ab2957b # Parent d9d384da41067485c455186de53ba2a227450ee5 python-edje: Up to 1.7.0-3 diff -r d9d384da4106 -r 3ad2166dd4fe python-edje/receipt --- a/python-edje/receipt Thu Jun 06 22:09:29 2013 +0200 +++ b/python-edje/receipt Thu Jun 06 22:09:30 2013 +0200 @@ -1,14 +1,14 @@ # SliTaz package receipt. PACKAGE="python-edje" -VERSION="1.7.0" +VERSION="1.7.0-3" CATEGORY="base-system" -SHORT_DESC="Python bindings for edje" +SHORT_DESC="Python bindings for Edje" 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="edje python-evas libxml2" BUILD_DEPENDS="edje-dev python-evas-dev @@ -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.