wok diff libxml2-python/receipt @ rev 1600
Add perl-dbd-mysql
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Oct 19 11:13:50 2008 +0000 (2008-10-19) |
parents | b4ffce711149 |
children | a714cd6d9d90 |
line diff
1.1 --- a/libxml2-python/receipt Mon Aug 11 08:52:14 2008 +0000 1.2 +++ b/libxml2-python/receipt Sun Oct 19 11:13:50 2008 +0000 1.3 @@ -9,13 +9,13 @@ 1.4 WEB_SITE="http://xmlsoft.org/" 1.5 WGET_URL="ftp://xmlsoft.org/libxml2/python/$TARBALL" 1.6 DEPENDS="python libxml2" 1.7 -BUILD_DEPENDS="python" 1.8 +BUILD_DEPENDS="python python-dev libxml2-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