# HG changeset patch # User Dominique Corbex # Date 1370549373 -7200 # Node ID ebebbe015e8ac0db60393d4f5deef0d519c1bfe2 # Parent c9a2b923123be025e35a3f994c8dc3fafc61bc34 python-elementary: Up to 1.7.0-3 diff -r c9a2b923123b -r ebebbe015e8a python-elementary/receipt --- a/python-elementary/receipt Thu Jun 06 22:09:32 2013 +0200 +++ b/python-elementary/receipt Thu Jun 06 22:09:33 2013 +0200 @@ -1,14 +1,14 @@ # SliTaz package receipt. PACKAGE="python-elementary" -VERSION="1.7.0" +VERSION="1.7.0-3" CATEGORY="base-system" -SHORT_DESC="Python bindings for elementary" +SHORT_DESC="Python bindings for Elementary" 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="elementary python-evas" BUILD_DEPENDS="elementary-dev python-evas-dev python-cython @@ -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.