wok diff beautifulsoup/receipt @ rev 13569

Add blazekiss
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Nov 03 16:17:38 2012 +0100 (2012-11-03)
parents 48bed9cd4db4
children 223b265f40fd
line diff
     1.1 --- a/beautifulsoup/receipt	Tue Dec 14 08:47:17 2010 +0000
     1.2 +++ b/beautifulsoup/receipt	Sat Nov 03 16:17:38 2012 +0100
     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  }