wok-next diff feedparser/receipt @ rev 21527

updated bootchart (0.9 -> 1.20)
author Hans-G?nter Theisgen
date Fri Jun 19 15:06:45 2020 +0100 (2020-06-19)
parents 6befec62b46c
children 77461670a2c6
line diff
     1.1 --- a/feedparser/receipt	Thu Aug 30 10:49:57 2018 +0300
     1.2 +++ b/feedparser/receipt	Fri Jun 19 15:06:45 2020 +0100
     1.3 @@ -4,24 +4,21 @@
     1.4  VERSION="5.1.3"
     1.5  CATEGORY="misc"
     1.6  SHORT_DESC="Parse RSS and Atom feeds in Python"
     1.7 -MAINTAINER="jozee@slitaz.org"
     1.8 +MAINTAINER="devel@slitaz.org"
     1.9  LICENSE="MIT"
    1.10 +WEB_SITE="https://github.com/kurtmckee/feedparser"
    1.11 +
    1.12  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.13 -WEB_SITE="https://github.com/kurtmckee/feedparser"
    1.14  WGET_URL="http://feedparser.googlecode.com/files/$TARBALL"
    1.15  
    1.16 -DEPENDS="libxml2 python"
    1.17  BUILD_DEPENDS="libxml2-dev python-dev"
    1.18  
    1.19 -# Rules to configure and make the package.
    1.20 -compile_rules()
    1.21 -{
    1.22 -	python setup.py install --root=$DESTDIR
    1.23 +compile_rules() {
    1.24 +	python -B setup.py install --root=$install
    1.25  }
    1.26  
    1.27 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.28 -genpkg_rules()
    1.29 -{
    1.30 -	mkdir -p $fs/usr/lib 
    1.31 +genpkg_rules() {
    1.32 +	mkdir -p $fs/usr/lib
    1.33  	cp -a $install/usr/lib/python* $fs/usr/lib
    1.34 +	DEPENDS="libxml2 python"
    1.35  }