wok-current diff python-evas/receipt @ rev 14688
python-evas: Up to 1.7.0-3
author | Dominique Corbex <domcox@slitaz.org> |
---|---|
date | Thu Jun 06 22:09:25 2013 +0200 (2013-06-06) |
parents | 7bbbe4415346 |
children | e1eb3761bd48 |
line diff
1.1 --- a/python-evas/receipt Tue Apr 23 17:25:02 2013 +0200 1.2 +++ b/python-evas/receipt Thu Jun 06 22:09:25 2013 +0200 1.3 @@ -1,14 +1,14 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="python-evas" 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 evas" 1.11 +SHORT_DESC="Python bindings for Evas" 1.12 MAINTAINER="domcox@slitaz.org" 1.13 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.14 WEB_SITE="http://www.enlightenment.org/" 1.15 -WGET_URL="git|git://git.enlightenment.org/legacy/bindings/python/$PACKAGE.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="evas python" 1.21 BUILD_DEPENDS="evas-dev python-dev python-cython autoconf automake 1.22 @@ -19,7 +19,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.