wok rev 14694

python-elementary: Up to 1.7.0-3
author Dominique Corbex <domcox@slitaz.org>
date Thu Jun 06 22:09:33 2013 +0200 (2013-06-06)
parents c9a2b923123b
children 01ca328e0009
files python-elementary/receipt
line diff
     1.1 --- a/python-elementary/receipt	Thu Jun 06 22:09:32 2013 +0200
     1.2 +++ b/python-elementary/receipt	Thu Jun 06 22:09:33 2013 +0200
     1.3 @@ -1,14 +1,14 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="python-elementary"
     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 elementary"
    1.11 +SHORT_DESC="Python bindings for Elementary"
    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="elementary python-evas"
    1.21  BUILD_DEPENDS="elementary-dev python-evas-dev python-cython
    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.