wok-current rev 6453
Up: lxml to 2.2.8.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Tue Sep 28 15:23:36 2010 +0000 (2010-09-28) |
parents | 1b46a1e8145f |
children | 926edf28a263 |
files | lxml/receipt |
line diff
1.1 --- a/lxml/receipt Tue Sep 28 15:06:16 2010 +0000 1.2 +++ b/lxml/receipt Tue Sep 28 15:23:36 2010 +0000 1.3 @@ -1,15 +1,15 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="lxml" 1.7 -VERSION="2.1.1" 1.8 +VERSION="2.2.8" 1.9 CATEGORY="development" 1.10 SHORT_DESC="Python bindings for libxml2 and libxslt libraries." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 TARBALL="$PACKAGE-$VERSION.tgz" 1.13 WEB_SITE="http://codespeak.net/lxml/" 1.14 -WGET_URL="http://codespeak.net/$PACKAGE/$TARBALL" 1.15 +WGET_URL="http://launchpad.net/$PACKAGE/2.2/2.2.8/+download/$TARBALL" 1.16 DEPENDS="python libxml2 libxslt zlib" 1.17 -BUILD_DEPENDS="python libxslt-dev" 1.18 +BUILD_DEPENDS="python python-dev libxml2-dev libxslt-dev" 1.19 1.20 # Rules to configure and make the package. 1.21 compile_rules()