wok diff beautifulsoup/receipt @ rev 8317

Meta package ndiswrapper doesn't needed to download ndiswrapper since its not compiled here. Its download in ndiswrapper-driver receipt and also compiled there.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue Feb 01 03:25:21 2011 +0000 (2011-02-01)
parents d716f22ec2df
children 105056b6bc58
line diff
     1.1 --- a/beautifulsoup/receipt	Sun Jul 11 10:09:32 2010 +0200
     1.2 +++ b/beautifulsoup/receipt	Tue Feb 01 03:25:21 2011 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="beautifulsoup"
     1.7 -VERSION="3.1.0.1"
     1.8 +VERSION="3.2.0"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Python HTML-XML parser."
    1.11  MAINTAINER="paul@slitaz.org"
    1.12 @@ -10,7 +10,7 @@
    1.13  SOURCE="BeautifulSoup"
    1.14  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.15  WEB_SITE="http://www.crummy.com/software/BeautifulSoup/"
    1.16 -WGET_URL="http://www.crummy.com/software/BeautifulSoup/download/3.1.x/$TARBALL"
    1.17 +WGET_URL="http://www.crummy.com/software/BeautifulSoup/download/3.x/$TARBALL"
    1.18  TAGS="parser XML HTML"
    1.19  
    1.20  # Rules to configure and make the package.