wok diff lxml/receipt @ rev 1461

knock lxml lxtask: update BUILD_DEPENDS
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Oct 03 21:10:30 2008 +0000 (2008-10-03)
parents 200afcc9e5f4
children d04823a784db
line diff
     1.1 --- a/lxml/receipt	Sun Aug 31 12:11:28 2008 +0000
     1.2 +++ b/lxml/receipt	Fri Oct 03 21:10:30 2008 +0000
     1.3 @@ -9,13 +9,13 @@
     1.4  WEB_SITE="http://codespeak.net/lxml/"
     1.5  WGET_URL="http://codespeak.net/$PACKAGE/$TARBALL"
     1.6  DEPENDS="python libxml2 libxslt"
     1.7 -BUILD_DEPENDS="python"
     1.8 +BUILD_DEPENDS="python libxslt-dev"
     1.9  
    1.10  # Rules to configure and make the package.
    1.11  compile_rules()
    1.12  {
    1.13  	cd $src
    1.14 -	python setup.py build
    1.15 +	python setup.py build &&
    1.16  	python setup.py install --root=$PWD/_pkg
    1.17  }
    1.18