wok diff pyxml/receipt @ rev 3041

Add libgphoto2 (import photos from camera)
author Rohit Joshi <jozee@slitaz.org>
date Tue May 12 16:58:53 2009 +0000 (2009-05-12)
parents bcbd2a8e11a1
children
line diff
     1.1 --- a/pyxml/receipt	Sat Nov 08 13:28:52 2008 +0000
     1.2 +++ b/pyxml/receipt	Tue May 12 16:58:53 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