wok-current diff pyxml/receipt @ rev 2904
Add: multitail (multiple files viewer)
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Wed May 06 15:48:13 2009 +0200 (2009-05-06) |
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 06 15:48:13 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