wok-next rev 11106
Up: feedparser to 5.0.1.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Mon Oct 17 03:04:35 2011 +0000 (2011-10-17) |
parents | 09463585caed |
children | c9e92cf0c808 |
files | feedparser/receipt |
line diff
1.1 --- a/feedparser/receipt Mon Oct 17 03:03:43 2011 +0000 1.2 +++ b/feedparser/receipt Mon Oct 17 03:04:35 2011 +0000 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.