wok diff feedparser/receipt @ rev 19767
rsync: may not require /etc/inetd.conf
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Feb 20 12:42:22 2017 +0100 (2017-02-20) |
parents | 3b4e4318134e |
children | e3f377fbc5f0 |
line diff
1.1 --- a/feedparser/receipt Tue Dec 03 18:28:51 2013 +0000 1.2 +++ b/feedparser/receipt Mon Feb 20 12:42:22 2017 +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 }