wok-next rev 13540
Up beautifulsoup (4.1.3)
author | Paul Issott <paul@slitaz.org> |
---|---|
date | Sun Oct 28 17:33:42 2012 +0000 (2012-10-28) |
parents | 0e1c8f449ff3 |
children | 67ed620748b8 |
files | beautifulsoup/receipt |
line diff
1.1 --- a/beautifulsoup/receipt Sat Oct 27 21:59:58 2012 +0200 1.2 +++ b/beautifulsoup/receipt Sun Oct 28 17:33:42 2012 +0000 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 }