# HG changeset patch # User Claudinei Pereira # Date 1374527782 10800 # Node ID 83b6ea539f40e971edb859ae3a0c5dde13600637 # Parent d88fe67c4f82e394796de93a00c7ed0af17240c1 Up: feedparser (5.1.3) diff -r d88fe67c4f82 -r 83b6ea539f40 feedparser/receipt --- a/feedparser/receipt Sat Jul 20 13:14:04 2013 +0000 +++ b/feedparser/receipt Mon Jul 22 18:16:22 2013 -0300 @@ -1,12 +1,12 @@ # SliTaz package receipt. PACKAGE="feedparser" -VERSION="5.0.1" +VERSION="5.1.3" CATEGORY="misc" SHORT_DESC="Parse RSS and Atom feeds in Python" MAINTAINER="jozee@slitaz.org" DEPENDS="libxml2 python" -BUILD_DEPENDS="libxml2-dev python-dev" +BUILD_DEPENDS="libxml2-dev python-dev setuptools" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://feedparser.sf.net" WGET_URL="http://feedparser.googlecode.com/files/$TARBALL" @@ -15,7 +15,6 @@ compile_rules() { cd $src - python setup.py build python setup.py install --root=$DESTDIR } @@ -23,5 +22,5 @@ genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $_pkg/usr/lib/python* $fs/usr/lib + cp -a $install/usr/lib/python* $fs/usr/lib }