wok-stable rev 2410

Removed PyXML --> use pyxml already present
author Christophe Lincoln <pankso@slitaz.org>
date Tue Mar 10 11:34:05 2009 +0100 (2009-03-10)
parents 08bccf8dfcaf
children ec72a3b325c3
files PyXML/receipt pyxml/receipt
line diff
     1.1 --- a/PyXML/receipt	Tue Mar 10 10:31:51 2009 +0000
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,33 +0,0 @@
     1.4 -# SliTaz package receipt.
     1.5 -
     1.6 -PACKAGE="PyXML"
     1.7 -VERSION="0.8.4"
     1.8 -CATEGORY="development"
     1.9 -SHORT_DESC="XML librairies for Python"
    1.10 -MAINTAINER="erjo@slitaz.org"
    1.11 -DEPENDS="python"
    1.12 -BUILD_DEPENDS="python-dev"
    1.13 -TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.14 -WEB_SITE="http://pyxml.sourceforge.net/"
    1.15 -WGET_URL="http://garr.dl.sourceforge.net/sourceforge/pyxml/$TARBALL"
    1.16 -
    1.17 -# Rules to configure and make the package.
    1.18 -compile_rules()
    1.19 -{
    1.20 -	cd $src
    1.21 -	python setup.py build --with-xslt
    1.22 -}
    1.23 -
    1.24 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.25 -genpkg_rules()
    1.26 -{
    1.27 -	PYVER=`python -c 'import sys;print(sys.version[0:3])'`
    1.28 -	
    1.29 -	mkdir -p $fs/usr/bin 
    1.30 -	mkdir -p $fs/usr/lib/python${PYVER}/site-packages
    1.31 -
    1.32 -	cp -a $src/build/lib.linux-i686-2.5/_xmlplus $fs/usr/lib/python${PYVER}/site-packages
    1.33 -	cp -a $src/build/scripts-${PYVER}/* $fs/usr/bin
    1.34 -}
    1.35 -	
    1.36 -
     2.1 --- a/pyxml/receipt	Tue Mar 10 10:31:51 2009 +0000
     2.2 +++ b/pyxml/receipt	Tue Mar 10 11:34:05 2009 +0100
     2.3 @@ -7,7 +7,7 @@
     2.4  MAINTAINER="pascal.bellard@slitaz.org"
     2.5  SOURCE="PyXML"
     2.6  TARBALL="$SOURCE-$VERSION.tar.gz"
     2.7 -WEB_SITE="http://sourceforge.net/projects/pyxml/"
     2.8 +WEB_SITE="http://pyxml.sourceforge.net/"
     2.9  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    2.10  DEPENDS="python"
    2.11  BUILD_DEPENDS="python"
    2.12 @@ -16,6 +16,7 @@
    2.13  compile_rules()
    2.14  {
    2.15  	cd $src
    2.16 +	python setup.py build --with-xslt
    2.17  	python setup.py install --root=$PWD/_pkg
    2.18  }
    2.19