wok-next rev 5788
beautifulsoup: fix WGET_URL
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Jul 11 10:09:32 2010 +0200 (2010-07-11) |
parents | 536a30b073fb |
children | f66beb36a331 |
files | beautifulsoup/receipt |
line diff
1.1 --- a/beautifulsoup/receipt Sun Jul 11 10:04:54 2010 +0200 1.2 +++ b/beautifulsoup/receipt Sun Jul 11 10:09:32 2010 +0200 1.3 @@ -8,9 +8,9 @@ 1.4 DEPENDS="python" 1.5 BUILD_DEPENDS="python-dev" 1.6 SOURCE="BeautifulSoup" 1.7 -TARBALL="$SOURCE.tar.gz" 1.8 +TARBALL="$SOURCE-$VERSION.tar.gz" 1.9 WEB_SITE="http://www.crummy.com/software/BeautifulSoup/" 1.10 -WGET_URL="http://www.crummy.com/software/BeautifulSoup/download/$TARBALL" 1.11 +WGET_URL="http://www.crummy.com/software/BeautifulSoup/download/3.1.x/$TARBALL" 1.12 TAGS="parser XML HTML" 1.13 1.14 # Rules to configure and make the package.