wok diff libxml2/receipt @ rev 14682
libelementary: Up to 1.7.7
author | Dominique Corbex <domcox@slitaz.org> |
---|---|
date | Thu Jun 06 22:09:08 2013 +0200 (2013-06-06) |
parents | 27727d07d680 |
children | 09959b49f7da |
line diff
1.1 --- a/libxml2/receipt Mon Jul 30 04:45:09 2012 +0000 1.2 +++ b/libxml2/receipt Thu Jun 06 22:09:08 2013 +0200 1.3 @@ -8,9 +8,17 @@ 1.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.5 WEB_SITE="http://xmlsoft.org/" 1.6 WGET_URL="ftp://xmlsoft.org/libxml2/$TARBALL" 1.7 +HOST_ARCH="i486 arm" 1.8 + 1.9 DEPENDS="zlib" 1.10 BUILD_DEPENDS="zlib-dev python-dev" 1.11 1.12 +# When cross compiling Python is installed in chroot and is used 1.13 +# by cross tools, cook dont need to install it in /usr/cross/arm 1.14 +case "$ARCH" in 1.15 + arm) BUILD_DEPENDS="" ;; 1.16 +esac 1.17 + 1.18 # Rules to configure and make the package. 1.19 # 1.20 # Note: libxml2 can be build using option --with-minimum