wok diff feedparser/receipt @ rev 20641

Add SSL support to retawq (needed by man to browse linux.die.net)
author Lucas Levrel <llevrel@yahoo.fr>
date Fri Jan 11 09:19:11 2019 +0100 (2019-01-11)
parents 3b4e4318134e
children e3f377fbc5f0
line diff
     1.1 --- a/feedparser/receipt	Tue Dec 03 18:28:51 2013 +0000
     1.2 +++ b/feedparser/receipt	Fri Jan 11 09:19:11 2019 +0100
     1.3 @@ -7,7 +7,7 @@
     1.4  MAINTAINER="jozee@slitaz.org"
     1.5  LICENSE="MIT"
     1.6  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     1.7 -WEB_SITE="http://feedparser.sf.net" 
     1.8 +WEB_SITE="http://feedparser.sf.net"
     1.9  WGET_URL="http://feedparser.googlecode.com/files/$TARBALL"
    1.10  
    1.11  DEPENDS="libxml2 python"
    1.12 @@ -16,7 +16,6 @@
    1.13  # Rules to configure and make the package.
    1.14  compile_rules()
    1.15  {
    1.16 -	cd $src
    1.17  	python setup.py install --root=$DESTDIR
    1.18  }
    1.19  
    1.20 @@ -24,5 +23,5 @@
    1.21  genpkg_rules()
    1.22  {
    1.23  	mkdir -p $fs/usr/lib 
    1.24 -	cp -a $install/usr/lib/python* $fs/usr/lib	
    1.25 +	cp -a $install/usr/lib/python* $fs/usr/lib
    1.26  }