wok diff libxslt/receipt @ rev 20891

Update some WEB_SITE
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Feb 26 08:20:18 2019 +0100 (2019-02-26)
parents e68abb67e0b5
children 06ffe7f7cb2a
line diff
     1.1 --- a/libxslt/receipt	Sat Mar 01 23:51:38 2014 +0100
     1.2 +++ b/libxslt/receipt	Tue Feb 26 08:20:18 2019 +0100
     1.3 @@ -9,13 +9,15 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.5  WEB_SITE="http://www.xmlsoft.org/XSLT/"
     1.6  WGET_URL="ftp://xmlsoft.org/libxslt/$TARBALL"
     1.7 -#HOST_ARCH="i486 arm"
     1.8 +HOST_ARCH="i486 arm"
     1.9  
    1.10 -DEPENDS="libgcrypt libxml2 zlib"
    1.11 -BUILD_DEPENDS="libgcrypt-dev libxml2-dev zlib-dev python-dev"
    1.12 +DEPENDS="libgcrypt libgpg-error libxml2 zlib"
    1.13 +BUILD_DEPENDS="libgcrypt-dev libgpg-error-dev libxml2-dev zlib-dev \
    1.14 +python-dev"
    1.15  
    1.16 +# Handle cross compilation
    1.17  case "$ARCH" in
    1.18 -	arm) BUILD_DEPENDS="libgcrypt-dev libxml2-dev" ;;
    1.19 +	arm) BUILD_DEPENDS="libgcrypt-dev libgpg-error-dev libxml2-dev" ;;
    1.20  esac
    1.21  
    1.22  # Rules to configure and make the package.