wok diff beautifulsoup/receipt @ rev 7239
Fixed wanted linux receipts to remove modules that are in modules-VERSION.list if they exist in other packages.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sat Nov 13 03:27:43 2010 +0000 (2010-11-13) |
parents | 4ffc7c76d358 |
children | 48bed9cd4db4 |
line diff
1.1 --- a/beautifulsoup/receipt Thu Jun 25 10:34:30 2009 +0000 1.2 +++ b/beautifulsoup/receipt Sat Nov 13 03:27:43 2010 +0000 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.