wok diff libxml2/receipt @ rev 13671
Add cc65
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Nov 24 16:45:35 2012 +0100 (2012-11-24) |
parents | 27727d07d680 |
children | 09959b49f7da |
line diff
1.1 --- a/libxml2/receipt Mon Jul 30 04:45:09 2012 +0000 1.2 +++ b/libxml2/receipt Sat Nov 24 16:45:35 2012 +0100 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