wok diff file/receipt @ rev 15274

mingw32-gcc: remove a wrong error trigger
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Sep 25 16:27:31 2013 +0000 (2013-09-25)
parents b6a09f38aa31
children 2a5cc8208d36
line diff
     1.1 --- a/file/receipt	Mon Mar 25 11:48:37 2013 +0100
     1.2 +++ b/file/receipt	Wed Sep 25 16:27:31 2013 +0000
     1.3 @@ -11,7 +11,7 @@
     1.4  HOST_ARCH="i486 arm"
     1.5  
     1.6  DEPENDS="zlib libmagic"
     1.7 -BUILD_DEPENDS="zlib-dev"
     1.8 +BUILD_DEPENDS="zlib-dev python"
     1.9  
    1.10  # Rules to configure and make the package.
    1.11  compile_rules()
    1.12 @@ -20,7 +20,10 @@
    1.13  	./configure \
    1.14  		--datarootdir=/usr/share \
    1.15  		$CONFIGURE_ARGS &&
    1.16 -	make &&	make install
    1.17 +	make &&	make install &&
    1.18 +	cd python &&
    1.19 +	python setup.py build &&
    1.20 +	python setup.py install --root=$DESTDIR
    1.21  }
    1.22  
    1.23  # Rules to gen a SliTaz package suitable for Tazpkg.