wok diff libxslt/receipt @ rev 15969

openssl: up to 1.0.1f + add to ARM arch (almost rewrite receipt)
author Christophe Lincoln <pankso@slitaz.org>
date Mon Feb 24 23:42:48 2014 +0100 (2014-02-24)
parents 09959b49f7da
children 010bb8c2c4ac
line diff
     1.1 --- a/libxslt/receipt	Wed Sep 25 11:39:47 2013 +0000
     1.2 +++ b/libxslt/receipt	Mon Feb 24 23:42:48 2014 +0100
     1.3 @@ -9,10 +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  
     1.9  DEPENDS="libgcrypt libxml2 zlib"
    1.10  BUILD_DEPENDS="libgcrypt-dev libxml2-dev zlib-dev python-dev"
    1.11  
    1.12 +case "$ARCH" in
    1.13 +	arm) BUILD_DEPENDS="libxml2-dev" ;;
    1.14 +esac
    1.15 +
    1.16  # Rules to configure and make the package.
    1.17  compile_rules()
    1.18  {