wok rev 14690
python-edbus: Up to 1.7.0-3
author | Dominique Corbex <domcox@slitaz.org> |
---|---|
date | Thu Jun 06 22:09:28 2013 +0200 (2013-06-06) |
parents | cffc5d99c536 |
children | d9d384da4106 |
files | python-edbus/receipt |
line diff
1.1 --- a/python-edbus/receipt Thu Jun 06 22:09:26 2013 +0200 1.2 +++ b/python-edbus/receipt Thu Jun 06 22:09:28 2013 +0200 1.3 @@ -1,15 +1,15 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="python-edbus" 1.7 -VERSION="1.7.0" 1.8 +VERSION="1.7.0-3" 1.9 CATEGORY="base-system" 1.10 SHORT_DESC="Python bindings for edbus" 1.11 MAINTAINER="domcox@slitaz.org" 1.12 SOURCE="python-e_dbus" 1.13 TARBALL="$SOURCE-$VERSION.tar.bz2" 1.14 WEB_SITE="http://www.enlightenment.org/" 1.15 -WGET_URL="git|git://git.enlightenment.org/legacy/bindings/python/$SOURCE.git" 1.16 -TAGS="e enlightenment efl python" 1.17 +WGET_URL="http://download.enlightenment.org/releases/$TARBALL" 1.18 +TAGS="e enlightenment python" 1.19 1.20 DEPENDS="edbus dbus-python dbus-helper" 1.21 BUILD_DEPENDS="edbus-dev python-dev dbus-python-dev python-cython dbus-helper 1.22 @@ -20,7 +20,7 @@ 1.23 { 1.24 ./autogen.sh && 1.25 ./configure --prefix=/usr && 1.26 - make all && make install 1.27 + make $MAKEFLAGS all && make install 1.28 } 1.29 1.30 # Rules to gen a SliTaz package suitable for Tazpkg.