# HG changeset patch # User Dominique Corbex # Date 1370549368 -7200 # Node ID 5078fdd7dfaeb1f08ef0a13856cedb5fade2c964 # Parent cffc5d99c536aee1cd2c686ad74868a30917ddb7 python-edbus: Up to 1.7.0-3 diff -r cffc5d99c536 -r 5078fdd7dfae python-edbus/receipt --- a/python-edbus/receipt Thu Jun 06 22:09:26 2013 +0200 +++ b/python-edbus/receipt Thu Jun 06 22:09:28 2013 +0200 @@ -1,15 +1,15 @@ # SliTaz package receipt. PACKAGE="python-edbus" -VERSION="1.7.0" +VERSION="1.7.0-3" CATEGORY="base-system" SHORT_DESC="Python bindings for edbus" MAINTAINER="domcox@slitaz.org" SOURCE="python-e_dbus" TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.enlightenment.org/" -WGET_URL="git|git://git.enlightenment.org/legacy/bindings/python/$SOURCE.git" -TAGS="e enlightenment efl python" +WGET_URL="http://download.enlightenment.org/releases/$TARBALL" +TAGS="e enlightenment python" DEPENDS="edbus dbus-python dbus-helper" BUILD_DEPENDS="edbus-dev python-dev dbus-python-dev python-cython dbus-helper @@ -20,7 +20,7 @@ { ./autogen.sh && ./configure --prefix=/usr && - make all && make install + make $MAKEFLAGS all && make install } # Rules to gen a SliTaz package suitable for Tazpkg.