wok diff feedparser/receipt @ rev 11905

Up: slitaz-tools (4.6) - New wifibox, installer and small fixes
author Christophe Lincoln <pankso@slitaz.org>
date Wed Feb 29 20:36:46 2012 +0100 (2012-02-29)
parents d1768332cee0
children 83b6ea539f40
line diff
     1.1 --- a/feedparser/receipt	Sun May 08 09:01:58 2011 +0000
     1.2 +++ b/feedparser/receipt	Wed Feb 29 20:36:46 2012 +0100
     1.3 @@ -1,24 +1,22 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="feedparser"
     1.7 -VERSION="4.1"
     1.8 +VERSION="5.0.1"
     1.9  CATEGORY="misc"
    1.10  SHORT_DESC="Parse RSS and Atom feeds in Python"
    1.11  MAINTAINER="jozee@slitaz.org"
    1.12  DEPENDS="libxml2 python"
    1.13  BUILD_DEPENDS="libxml2-dev python-dev"
    1.14 -TARBALL="$PACKAGE-$VERSION.zip"
    1.15 +TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.16  WEB_SITE="http://feedparser.sf.net" 
    1.17 -WGET_URL="http://downloads.sourceforge.net/$PACKAGE/$TARBALL"
    1.18 +WGET_URL="http://feedparser.googlecode.com/files/$TARBALL"
    1.19  
    1.20  # Rules to configure and make the package.
    1.21  compile_rules()
    1.22  {
    1.23  	cd $src
    1.24 -	patch -Np0 -i $stuff/feedparser_utf8_decoding.patch
    1.25  	python setup.py build
    1.26 -    python setup.py install --root=$PWD/_pkg	
    1.27 -
    1.28 +	python setup.py install --root=$DESTDIR
    1.29  }
    1.30  
    1.31  # Rules to gen a SliTaz package suitable for Tazpkg.