wok-stable diff python-lxml/receipt @ rev 10728

Fixed all sourced slitaz-dev-tools receipts. The way cook works is it keeps the .hg folder when downloading mecurial sources. By downloading the $VERSION.tar.bz2 and renaming it $SOURCE-$VERSION.tar.bz2 we don't keep the .hg folder in source tarball. Repos will be backup on source dvd anyway so this does save a little bit of space.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat May 28 21:18:14 2011 +0000 (2011-05-28)
parents 51b12adbb100
children
line diff
     1.1 --- a/python-lxml/receipt	Sun Feb 06 19:22:12 2011 +0000
     1.2 +++ b/python-lxml/receipt	Sat May 28 21:18:14 2011 +0000
     1.3 @@ -1,14 +1,14 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="python-lxml"
     1.7 -VERSION="2.2.2"
     1.8 +VERSION="2.3"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Pythonic binding for the libxml2 and libxslt libraries.."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12  SOURCE="lxml"
    1.13  TARBALL="$SOURCE-$VERSION.tgz"
    1.14  WEB_SITE="http://codespeak.net/lxml/"
    1.15 -WGET_URL="$WEB_SITE/$TARBALL"
    1.16 +WGET_URL="${WEB_SITE}${TARBALL}"
    1.17  DEPENDS="python libxml2 libxslt zlib"
    1.18  BUILD_DEPENDS="python libxml2 libxml2-dev libxslt libxslt-dev setuptools"
    1.19