wok diff pyxml/receipt @ rev 3054

linux-wireless: add rt2860sta
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed May 13 16:40:57 2009 +0200 (2009-05-13)
parents bcbd2a8e11a1
children
line diff
     1.1 --- a/pyxml/receipt	Sat Nov 08 13:28:52 2008 +0000
     1.2 +++ b/pyxml/receipt	Wed May 13 16:40:57 2009 +0200
     1.3 @@ -7,7 +7,7 @@
     1.4  MAINTAINER="pascal.bellard@slitaz.org"
     1.5  SOURCE="PyXML"
     1.6  TARBALL="$SOURCE-$VERSION.tar.gz"
     1.7 -WEB_SITE="http://sourceforge.net/projects/pyxml/"
     1.8 +WEB_SITE="http://pyxml.sourceforge.net/"
     1.9  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.10  DEPENDS="python"
    1.11  BUILD_DEPENDS="python"
    1.12 @@ -16,6 +16,7 @@
    1.13  compile_rules()
    1.14  {
    1.15  	cd $src
    1.16 +	python setup.py build --with-xslt
    1.17  	python setup.py install --root=$PWD/_pkg
    1.18  }
    1.19