wok-current diff feedparser/receipt @ rev 20139
Downgrade tazpkg (944): 953 doesn't remove updated packages from upgrade list
author | Richard Dunbar <mojo@slitaz.org> |
---|---|
date | Thu Nov 02 13:54:00 2017 -0400 (2017-11-02) |
parents | 3b4e4318134e |
children | e3f377fbc5f0 |
line diff
1.1 --- a/feedparser/receipt Tue Dec 03 18:28:51 2013 +0000 1.2 +++ b/feedparser/receipt Thu Nov 02 13:54:00 2017 -0400 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 }