wok-6.x diff libxslt/receipt @ rev 17798
Add mate-settings-daemon
author | Yuri Pourre <yuripourre@gmail.com> |
---|---|
date | Fri Mar 20 20:01:49 2015 -0300 (2015-03-20) |
parents | e68abb67e0b5 |
children | 06ffe7f7cb2a |
line diff
1.1 --- a/libxslt/receipt Sat Mar 01 23:51:38 2014 +0100 1.2 +++ b/libxslt/receipt Fri Mar 20 20:01:49 2015 -0300 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.