wok diff python-ecore/receipt @ rev 18296

Up linux (3.2.71)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Aug 17 11:03:13 2015 +0200 (2015-08-17)
parents 79ea4cfe08cc
children 86790a278e70
line diff
     1.1 --- a/python-ecore/receipt	Sat Aug 10 09:25:15 2013 +0000
     1.2 +++ b/python-ecore/receipt	Mon Aug 17 11:03:13 2015 +0200
     1.3 @@ -12,15 +12,15 @@
     1.4  TAGS="e enlightenment efl python"
     1.5  
     1.6  DEPENDS="ecore"
     1.7 -BUILD_DEPENDS="ecore-dev python-dev python-cython autoconf automake
     1.8 -git subversion libtool"
     1.9 +BUILD_DEPENDS="ecore-dev python-dev python-cython autoconf automake git \
    1.10 +subversion libtool"
    1.11  
    1.12  # Rules to configure and make the package.
    1.13  compile_rules()
    1.14  {
    1.15  	./autogen.sh &&
    1.16  	./configure --prefix=/usr &&
    1.17 -    make all && make install
    1.18 +	make all && make install
    1.19  }
    1.20  
    1.21  # Rules to gen a SliTaz package suitable for Tazpkg.