wok diff beautifulsoup/receipt @ rev 14909
slitaz-i18n: add slitaz-configs as bdep; slitaz-configs: back openbox menu; locale-el, locale-ru: add keyboard layout icons; locale-fr, locale-hu, locale-pt_BR: recook with openbox menu.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Mon Aug 05 11:40:01 2013 +0300 (2013-08-05) |
parents | 48bed9cd4db4 |
children | 223b265f40fd |
line diff
1.1 --- a/beautifulsoup/receipt Tue Dec 14 08:47:17 2010 +0000 1.2 +++ b/beautifulsoup/receipt Mon Aug 05 11:40:01 2013 +0300 1.3 @@ -1,16 +1,16 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="beautifulsoup" 1.7 -VERSION="3.2.0" 1.8 +VERSION="4.1.3" 1.9 CATEGORY="development" 1.10 SHORT_DESC="Python HTML-XML parser." 1.11 MAINTAINER="paul@slitaz.org" 1.12 DEPENDS="python" 1.13 BUILD_DEPENDS="python-dev" 1.14 -SOURCE="BeautifulSoup" 1.15 +SOURCE="beautifulsoup4" 1.16 TARBALL="$SOURCE-$VERSION.tar.gz" 1.17 WEB_SITE="http://www.crummy.com/software/BeautifulSoup/" 1.18 -WGET_URL="http://www.crummy.com/software/BeautifulSoup/download/3.x/$TARBALL" 1.19 +WGET_URL="http://www.crummy.com/software/BeautifulSoup/bs4/download/$TARBALL" 1.20 TAGS="parser XML HTML" 1.21 1.22 # Rules to configure and make the package. 1.23 @@ -18,11 +18,12 @@ 1.24 { 1.25 cd $src 1.26 python setup.py build 1.27 - python setup.py install --root=$PWD/_pkg 1.28 + python setup.py install --root=$DESTDIR 1.29 } 1.30 1.31 # Rules to gen a SliTaz package suitable for Tazpkg. 1.32 genpkg_rules() 1.33 { 1.34 - cp -a $_pkg/usr $fs 1.35 + mkdir $fs 1.36 + cp -a $install/usr $fs 1.37 }