wok-current diff python-edje/receipt @ rev 14692
python-edje: Up to 1.7.0-3
author | Dominique Corbex <domcox@slitaz.org> |
---|---|
date | Thu Jun 06 22:09:30 2013 +0200 (2013-06-06) |
parents | a4f4a0f3d945 |
children | e1eb3761bd48 |
line diff
1.1 --- a/python-edje/receipt Tue Apr 23 19:18:28 2013 +0200 1.2 +++ b/python-edje/receipt Thu Jun 06 22:09:30 2013 +0200 1.3 @@ -1,14 +1,14 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="python-edje" 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 edje" 1.11 +SHORT_DESC="Python bindings for Edje" 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="edje python-evas libxml2" 1.21 BUILD_DEPENDS="edje-dev python-evas-dev 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.