wok rev 16253

nettle, vte: fix bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Apr 04 07:39:36 2014 +0000 (2014-04-04)
parents a002e9484225
children c7f4789e0f62
files nettle/receipt vte/receipt
line diff
     1.1 --- a/nettle/receipt	Fri Apr 04 00:27:13 2014 +0200
     1.2 +++ b/nettle/receipt	Fri Apr 04 07:39:36 2014 +0000
     1.3 @@ -11,8 +11,12 @@
     1.4  WGET_URL="http://www.lysator.liu.se/~nisse/archive/$TARBALL"
     1.5  HOST_ARCH="i486 arm"
     1.6  
     1.7 -#DEPENDS="gmp"
     1.8 -#BUILD_DEPENDS="gmp-dev"
     1.9 +# Handle cross compilation.
    1.10 +case "$ARCH" in
    1.11 +	i?86) 
    1.12 +		DEPENDS="gmp"
    1.13 +		BUILD_DEPENDS="gmp-dev" ;;
    1.14 +esac
    1.15  
    1.16  # Rules to configure and make the package.
    1.17  compile_rules()
     2.1 --- a/vte/receipt	Fri Apr 04 00:27:13 2014 +0200
     2.2 +++ b/vte/receipt	Fri Apr 04 07:39:36 2014 +0000
     2.3 @@ -12,13 +12,13 @@
     2.4  HOST_ARCH="i486 arm"
     2.5  
     2.6  DEPENDS="gtk+ ncurses xorg-libXdamage"
     2.7 -BUILD_DEPENDS="gtk+-dev ncurses-dev "
     2.8 +BUILD_DEPENDS="gtk+-dev ncurses-dev"
     2.9  
    2.10  # Handle cross compilation.
    2.11  case "$ARCH" in
    2.12  	i?86) 
    2.13  		BUILD_DEPENDS="pygtk-dev python-dev gobject-introspection-dev
    2.14 -		perl perl-xml-parser"
    2.15 +		perl perl-xml-parser ncurses-dev"
    2.16  		ARCH_ARGS="--enable-introspection=yes" ;;
    2.17  	arm) 
    2.18  		ARCH_ARGS="--enable-introspection=no" ;;