wok-next diff feedparser/receipt @ rev 15253
valgrind: remove wrong error trigger
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Sep 23 19:22:50 2013 +0000 (2013-09-23) |
parents | a873d962c59b |
children | 3b4e4318134e |
line diff
1.1 --- a/feedparser/receipt Mon Oct 17 03:04:35 2011 +0000 1.2 +++ b/feedparser/receipt Mon Sep 23 19:22:50 2013 +0000 1.3 @@ -1,12 +1,12 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="feedparser" 1.7 -VERSION="5.0.1" 1.8 +VERSION="5.1.3" 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 +BUILD_DEPENDS="libxml2-dev python-dev setuptools" 1.15 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.16 WEB_SITE="http://feedparser.sf.net" 1.17 WGET_URL="http://feedparser.googlecode.com/files/$TARBALL" 1.18 @@ -15,7 +15,6 @@ 1.19 compile_rules() 1.20 { 1.21 cd $src 1.22 - python setup.py build 1.23 python setup.py install --root=$DESTDIR 1.24 } 1.25 1.26 @@ -23,5 +22,5 @@ 1.27 genpkg_rules() 1.28 { 1.29 mkdir -p $fs/usr/lib 1.30 - cp -a $_pkg/usr/lib/python* $fs/usr/lib 1.31 + cp -a $install/usr/lib/python* $fs/usr/lib 1.32 }