wok-current diff libxml2-python/receipt @ rev 14900
Add firmware-mod-kit
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Jul 31 11:20:11 2013 +0200 (2013-07-31) |
parents | c27f65372234 |
children | 09959b49f7da |
line diff
1.1 --- a/libxml2-python/receipt Tue Oct 06 11:19:06 2009 +0200 1.2 +++ b/libxml2-python/receipt Wed Jul 31 11:20:11 2013 +0200 1.3 @@ -1,27 +1,19 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="libxml2-python" 1.7 -VERSION="2.6.15" 1.8 +VERSION="2.8.0" 1.9 CATEGORY="development" 1.10 SHORT_DESC="Libxml2 adapter for the Python." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 -TARBALL="$PACKAGE-$VERSION.tar.gz" 1.13 WEB_SITE="http://xmlsoft.org/" 1.14 -WGET_URL="ftp://xmlsoft.org/libxml2/python/$TARBALL" 1.15 +WANTED="libxml2" 1.16 + 1.17 DEPENDS="python libxml2 libxslt" 1.18 -BUILD_DEPENDS="python python-dev libxml2-dev" 1.19 - 1.20 -# Rules to configure and make the package. 1.21 -compile_rules() 1.22 -{ 1.23 - cd $src 1.24 - python setup.py build && 1.25 - python setup.py install --root=$PWD/_pkg 1.26 -} 1.27 1.28 # Rules to gen a SliTaz package suitable for Tazpkg. 1.29 genpkg_rules() 1.30 { 1.31 - cp -a $_pkg/usr $fs 1.32 + mkdir -p $fs/usr/lib 1.33 + cp -a $install/usr/lib/python* $fs/usr/lib 1.34 } 1.35