wok-6.x rev 13368
libxml2: re-add to ARM arch (please dont remove arch specif code)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Fri Sep 14 10:30:21 2012 +0200 (2012-09-14) |
parents | ef2a97470466 |
children | e58f9312f0e7 |
files | libxml2-dev/receipt libxml2-tools/receipt libxml2/receipt |
line diff
1.1 --- a/libxml2-dev/receipt Fri Sep 14 10:06:52 2012 +0200 1.2 +++ b/libxml2-dev/receipt Fri Sep 14 10:30:21 2012 +0200 1.3 @@ -8,6 +8,7 @@ 1.4 WANTED="libxml2" 1.5 DEPENDS="libxml2-tools" 1.6 WEB_SITE="http://xmlsoft.org/" 1.7 +HOST_ARCH="i486 arm" 1.8 1.9 # Rules to gen a SliTaz package suitable for Tazpkg. 1.10 genpkg_rules()
2.1 --- a/libxml2-tools/receipt Fri Sep 14 10:06:52 2012 +0200 2.2 +++ b/libxml2-tools/receipt Fri Sep 14 10:30:21 2012 +0200 2.3 @@ -8,6 +8,7 @@ 2.4 WEB_SITE="http://xmlsoft.org/" 2.5 DEPENDS="libxml2" 2.6 WANTED="libxml2" 2.7 +HOST_ARCH="i486 arm" 2.8 2.9 # Rules to gen a SliTaz package suitable for Tazpkg. 2.10 genpkg_rules()
3.1 --- a/libxml2/receipt Fri Sep 14 10:06:52 2012 +0200 3.2 +++ b/libxml2/receipt Fri Sep 14 10:30:21 2012 +0200 3.3 @@ -8,9 +8,17 @@ 3.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 3.5 WEB_SITE="http://xmlsoft.org/" 3.6 WGET_URL="ftp://xmlsoft.org/libxml2/$TARBALL" 3.7 +HOST_ARCH="i486 arm" 3.8 + 3.9 DEPENDS="zlib" 3.10 BUILD_DEPENDS="zlib-dev python-dev" 3.11 3.12 +# When cross compiling Python is installed in chroot and is used 3.13 +# by cross tools, cook dont need to install it in /usr/cross/arm 3.14 +case "$ARCH" in 3.15 + arm) BUILD_DEPENDS="" ;; 3.16 +esac 3.17 + 3.18 # Rules to configure and make the package. 3.19 # 3.20 # Note: libxml2 can be build using option --with-minimum