wok diff pyxml/receipt @ rev 2721

Up: gtk-gnutella (0.96.6)
author Paul Issott <paul@slitaz.org>
date Thu Apr 23 19:23:16 2009 +0000 (2009-04-23)
parents bcbd2a8e11a1
children
line diff
     1.1 --- a/pyxml/receipt	Sat Nov 08 13:28:52 2008 +0000
     1.2 +++ b/pyxml/receipt	Thu Apr 23 19:23:16 2009 +0000
     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