# HG changeset patch # User Christophe Lincoln # Date 1347611421 -7200 # Node ID 8b30da0aa071e2b4ffd9863dad76eaea5554f55b # Parent ef2a974704663f4a1c5cbb8475b6e355e3c2cc93 libxml2: re-add to ARM arch (please dont remove arch specif code) diff -r ef2a97470466 -r 8b30da0aa071 libxml2-dev/receipt --- a/libxml2-dev/receipt Fri Sep 14 10:06:52 2012 +0200 +++ b/libxml2-dev/receipt Fri Sep 14 10:30:21 2012 +0200 @@ -8,6 +8,7 @@ WANTED="libxml2" DEPENDS="libxml2-tools" WEB_SITE="http://xmlsoft.org/" +HOST_ARCH="i486 arm" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() diff -r ef2a97470466 -r 8b30da0aa071 libxml2-tools/receipt --- a/libxml2-tools/receipt Fri Sep 14 10:06:52 2012 +0200 +++ b/libxml2-tools/receipt Fri Sep 14 10:30:21 2012 +0200 @@ -8,6 +8,7 @@ WEB_SITE="http://xmlsoft.org/" DEPENDS="libxml2" WANTED="libxml2" +HOST_ARCH="i486 arm" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() diff -r ef2a97470466 -r 8b30da0aa071 libxml2/receipt --- a/libxml2/receipt Fri Sep 14 10:06:52 2012 +0200 +++ b/libxml2/receipt Fri Sep 14 10:30:21 2012 +0200 @@ -8,9 +8,17 @@ TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://xmlsoft.org/" WGET_URL="ftp://xmlsoft.org/libxml2/$TARBALL" +HOST_ARCH="i486 arm" + DEPENDS="zlib" BUILD_DEPENDS="zlib-dev python-dev" +# When cross compiling Python is installed in chroot and is used +# by cross tools, cook dont need to install it in /usr/cross/arm +case "$ARCH" in + arm) BUILD_DEPENDS="" ;; +esac + # Rules to configure and make the package. # # Note: libxml2 can be build using option --with-minimum