wok diff beautifulsoup/receipt @ rev 18766
busybox: remove applet provided by e2fsprogs, kmod and their dependancies
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Dec 30 22:30:07 2015 +0100 (2015-12-30) |
parents | 9a64a856eee1 |
children | d49d380e5ec7 |
line diff
1.1 --- a/beautifulsoup/receipt Sun Nov 10 17:35:50 2013 +0000 1.2 +++ b/beautifulsoup/receipt Wed Dec 30 22:30:07 2015 +0100 1.3 @@ -9,7 +9,7 @@ 1.4 SOURCE="beautifulsoup4" 1.5 TARBALL="$SOURCE-$VERSION.tar.gz" 1.6 WEB_SITE="http://www.crummy.com/software/BeautifulSoup/" 1.7 -WGET_URL="http://www.crummy.com/software/BeautifulSoup/bs4/download/4.3/$TARBALL" 1.8 +WGET_URL="${WEB_SITE}bs4/download/${VERSION%.*}/$TARBALL" 1.9 TAGS="parser XML HTML" 1.10 1.11 DEPENDS="python" 1.12 @@ -18,7 +18,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 build 1.18 python setup.py install --root=$DESTDIR 1.19 }